Hi there,
I am trying to install SDK V2.0_1207 on host machine (Ubuntu26.04).
SDK2.0 and SDK V2.0-1703 were successfully installed in QorIQ-SDK-V2.0-20160527-yocto directory.
The next step I should follow is to set up Host Environment.
But in the very next step,I was met fatal error while trying to run 'make' in Python-2.7.6 directory.
$ 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
I succeeded in ./configure --prefix=/opt/python-2.7.6.
But in the next step where I executed 'make',I got fatal error which said
fatal error: rpc/rpc.h: No such file or directory
17 | #include <rpc/rpc.h>
| ^~~~~~~~~~~
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.
I do not have any hint to fix it.
Please give me any idea to handle it.
Thanks a lot