This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Building a New Linux Kernel following sprue66f

Normal 0 14 false false false IT X-NONE X-NONE MicrosoftInternetExplorer4

Compiling as per sprue66f at point 5 of 4.5 Building a New Linux Kernel:

 make  ARCH=arm CROSS_COMPILE=arm_v5t_le- checksetconfig

 leads to this error:

* Hardware crypto devices

* Library routines

CRC-CCITT functions (CRC_CCITT) [M/y/?] m

CRC16 functions (CRC16) [N/m/y/?] n

CRC32 functions (CRC32) [Y/?] y

CRC32c (Castagnoli, et al) Cyclic Redundancy-Check (LIBCRC32C) [M/y/?] m

#

# configuration written to .config

#

python /home/videosystems/workdir/lsp/ti-davinci/linux-2.6.18_pro500/scripts/kconfig/checksetflags -z -v --config-file .config --flag-file /home/videosystems/workdir/lsp/ti-davinci/linux-2.6.18_pro500/scripts/kconfig/baseconfig

python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

make[1]: *** [checksetconfig] Error 127

make: *** [checksetconfig] Error 2

________________________________________________

Any explanation about?