Hi All,
I'm having trouble modifying the kernel after installing the am437x-evm sdk, this is using ti-processor-sdk-linux-am437x-evm-01.00.00.03 though I have the same problem with 01.00.00.00 too. This is installed on Ubuntu 14.04.2 LTS
I installed in the following way.
./ti-processor-sdk-linux-am437x-evm-01.00.00.03-Linux-x86-Install.bin
run ./setup.sh from ~/ti-processor-sdk-linux-am437x-evm-01.00.00.03
set export path to
export PATH=/home/inorman/ti-processor-sdk-linux-am437x-evm-01.00.00.03/linux-devkit/sysroots/i686-arago-linux/usr/bin:$PATH
then
cd ~/ti-processor-sdk-linux-am437x-evm-01.00.00.03/board-support/linux-3.14.43+gitAUTOINC+875c69b2c3-g875c69b/
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- xconfig
I get the following
HOSTCC scripts/basic/fixdep
cc1: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make[1]: *** [scripts/basic/fixdep] Error 1
make: *** [scripts_basic] Error 2
I receive the same error with
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- defconfig
or
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabihf- menuconfig
Any advice appreciated.
Thanks
Ian