<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto) in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1489197#M10874</link>
    <description>&lt;P&gt;QorIQ SDK 2.0 doesn't work on&amp;nbsp;&lt;SPAN&gt;Ubutu20.04.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please install it on Ubuntu 16.04.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jul 2022 06:03:43 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2022-07-14T06:03:43Z</dc:date>
    <item>
      <title>Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto)</title>
      <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1482547#M10792</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am trying to install SDK V2.0_1207 on host machine (Ubuntu26.04).&lt;/P&gt;&lt;P&gt;SDK2.0 and SDK V2.0-1703&amp;nbsp; were successfully installed in&amp;nbsp;QorIQ-SDK-V2.0-20160527-yocto directory.&lt;/P&gt;&lt;P&gt;The next step I should follow is to set up Host Environment.&lt;/P&gt;&lt;P&gt;But in the very next step,I was met fatal error while trying to run&amp;nbsp; 'make' in Python-2.7.6 directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz
[NOTE: Python 2.7.3 and python 2.7.5 can be used as well.]
$ tar -xf Python-2.7.6.tar.xz
$ cd Python-2.7.6
$ ./configure --prefix=/opt/python-2.7.6
$ make
$ sudo make install&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I succeeded in&amp;nbsp; ./configure --prefix=/opt/python-2.7.6.&lt;/P&gt;&lt;P&gt;But in the next step where I executed 'make',I got fatal error which said&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; fatal error: rpc/rpc.h: No such file or directory
   17 | #include &amp;lt;rpc/rpc.h&amp;gt;
      |          ^~~~~~~~~~~
compilation terminated.




Python build finished, but the necessary bits to build these modules were not found:
_bsddb             _sqlite3           _ssl
_tkinter           bsddb185           bz2
dbm                dl                 gdbm
imageop            readline           sunaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the module's name.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not have any hint to fix it.&lt;/P&gt;&lt;P&gt;Please give me any idea to handle it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a&amp;nbsp; lot&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 05:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1482547#M10792</guid>
      <dc:creator>dooggy</dc:creator>
      <dc:date>2022-07-06T05:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto)</title>
      <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1485081#M10830</link>
      <description>&lt;P&gt;Yocto Project can work on most recent Linux distributions with Python-2.7.3 or greater.&lt;/P&gt;
&lt;P&gt;On Ubuntu 16.04,&amp;nbsp;Python 2.7.12 is integrated, so no need to install python&amp;nbsp;2.7.6 manually.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 05:43:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1485081#M10830</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-07-06T05:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto)</title>
      <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1488481#M10863</link>
      <description>&lt;P&gt;Hi, yipingwang&lt;/P&gt;&lt;P&gt;Thank you for your concern.&lt;/P&gt;&lt;P&gt;The vesion of Python on Ubutu20.04 is 3.8.10&amp;nbsp; as shown in the following&amp;nbsp; snapshot.&lt;/P&gt;&lt;P&gt;But it seems like&amp;nbsp; that&amp;nbsp; the command in fsl-setup-env&amp;nbsp; wants python to be called, not python3 which is integrated in Ubuntu20.04.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vm2004@ubuntu:~/QorIQ-SDK-V2.0-20160527-yocto$ . ./fsl-setup-env -m ls1043ardb
Configuring for ls1043ardb ...
/home/vm2004/QorIQ-SDK-V2.0-20160527-yocto/build_ls1043ardb was created before.
Command 'python' not found, did you mean:
  command 'python3' from deb python3
  command 'python' from deb python-is-python3
BitBake requires Python 2.7.3 or later
Back to build project /home/vm2004/QorIQ-SDK-V2.0-20160527-yocto/build_ls1043ardb.
Nothing is changed.
vm2004@ubuntu:~/QorIQ-SDK-V2.0-20160527-yocto/sources/poky$ python --version

Command 'python' not found, did you mean:

  command 'python3' from deb python3
  command 'python' from deb python-is-python3

vm2004@ubuntu:~/QorIQ-SDK-V2.0-20160527-yocto/sources/poky$ python3 --version
Python 3.8.10
vm2004@ubuntu:~/QorIQ-SDK-V2.0-20160527-yocto/sources/poky$ &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls let me know what to do.&lt;/P&gt;&lt;P&gt;Best regards and thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 05:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1488481#M10863</guid>
      <dc:creator>dooggy</dc:creator>
      <dc:date>2022-07-13T05:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto)</title>
      <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1489197#M10874</link>
      <description>&lt;P&gt;QorIQ SDK 2.0 doesn't work on&amp;nbsp;&lt;SPAN&gt;Ubutu20.04.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please install it on Ubuntu 16.04.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 06:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1489197#M10874</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2022-07-14T06:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Python-2.7.6 make error while installing  SDK V2.0-1207 (QorIQ-SDK-V2.0-20160527-yocto)</title>
      <link>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1496166#M10943</link>
      <description>&lt;P&gt;It all works on Ubuntu14.04.6.&lt;/P&gt;&lt;P&gt;Not working on any other distribution with python version not being 2.7.x.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 07:28:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Python-2-7-6-make-error-while-installing-SDK-V2-0-1207-QorIQ-SDK/m-p/1496166#M10943</guid>
      <dc:creator>dooggy</dc:creator>
      <dc:date>2022-07-27T07:28:29Z</dc:date>
    </item>
  </channel>
</rss>

