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.

AM335x create bin-file

Other Parts Discussed in Thread: AM3359, SYSBIOS

Hello everyone,

I´m using AM3359 ICE Board, Codecomposerstudio v5.2.1.00018.

I have tested the board with the pre build example i2c_led. All is working fine.

Now I want to create the bin file due the manual.

http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_01.00.00.04_User_Guide#Generating_Executable_Binary_-_Post_Build_Script

Until building i2c_led.out is all ok.

While building the project the given path cannot found. I´ve checked it, there is all fine...

'Building target: i2c_led.out'
'Invoking: ARM Linker'
"C:/ti/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv7A8 --code_state=32 --abi=eabi -me -g --diag_warning=225 -z -m"i2c_led.map" -i"C:/ti/ccsv5/tools/compiler/tms470_4.9.5/lib" -i"C:/ti/ccsv5/tools/compiler/tms470_4.9.5/include" --reread_libs --warn_sections --rom_model -o "i2c_led.out" -l"./configPkg/linker.cmd"  "./main.obj" -l"C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/os_drivers/lib/sys_bios_driver.lib" -l"C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/platform/am335x/lib/am335x_platform.lib" -l"C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/starterware/binary/armv7a/cgt_ccs/am335x/drivers/drivers.lib" -l"C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/starterware/binary/armv7a/cgt_ccs/am335x/evmAM335x/platform/platform.lib" -l"rtsv7A8_A_le_n_v3_eabi.lib" "../am335x.cmd"
<Linking>
'Finished building target: i2c_led.out'
' '
C:/ti/ccsv5/utils/bin/gmake --no-print-directory post-build
"C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/tools/post_build/post_build.bat" "C:/ti/ccsv5" "C:/ti/ccsv5/tools/compiler/tms470_4.9.5" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk\examples\i2c_led\Debug" "i2c_led" "C:\ti\am335x_sysbios_ind_sdk_1.0.0.5\sdk/tools/isdk_image" "1" "0" "0x08000000" "0x08000000"
Das System kann den angegebenen Pfad nicht finden.
Binary file does not exist in path
 finished
' '

**** Build Finished ***

I can not imagen what could be the error........????

Thanks in advance

Daniel