Part Number:AM4378
Tool/software: Code Composer Studio
Hi,
I'm trying to compile u-boot-2017.01+gitAUTOINC+9fd60700db-g9fd60700db project in CCS v7 under Windows 7.
I had add "C:\ti\ccsv7\tools\compiler\gcc-arm-none-eabi-6-2017-q1-update\bin" to C/C++ Build\Enviroment\PATH
Created Target with name "am43xx_evm_defconfig", and set "make CROSS_COMPILE=arm-none-eabi-" as buld command.
After execution Build Target have several errors.
In Console:
01:29:45 **** Build of configuration Default for project u-boot-2017.01+gitAUTOINC+9fd60700db-g9fd60700db ****
make CROSS_COMPILE=arm-none-eabi- am43xx_evm_defconfig
HOSTCC scripts/basic/fixdep
scripts/basic/fixdep: scripts/basic/fixdep: cannot execute binary file
make[1]: *** [scripts/basic/fixdep] Error 126
make: *** [scripts_basic] Error 2
In Problems:
- make: *** [scripts_basic] Error 2
- make[1]: *** [scripts/basic/fixdep] Error 126
- Program "g++" not found in PATH
- Program "gcc" not found in PATH
In CCS under Linux this project compiled succesfully in accordance with
processors.wiki.ti.com/.../Linux_Core_U-Boot_User's_Guide
But, I prefer to work in Windows )
Thanks,
Georgy