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 sample project for AM3359 ICE V2.

Other Parts Discussed in Thread: SYSBIOS

I get the following errors when I try to build the IDK i2c_led project  in the am335x_sysbios_ind_sdk_1.1.0.6.  Can somebody shed some light on this.  Is this a xdctools issue, sysbios or target.  How do I fix this.  Any help would be greatly appreciated.

Thanks.


**** Build of configuration Release for project i2c_led ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../app.cfg'
'Invoking: XDCtools'
"C:/ti/xdctools_3_30_03_47_core/xs" --xdcpath="C:/ti/xdctools_3_25_06_96;c:/ti/ccsv6/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.A8Fnv -p xdc.platform.generic -r debug -c "c:/ti/ccsv6/tools/compiler/arm_5.1.6" --compileOptions "-g --optimize_with_debug" "../app.cfg"
making package.mak (because of package.bld) ...
js: "./config.bld", line 10: Error: Can't find the target named 'ti.targets.arm.elf.A8Fnv' along the path 'C:/ti/xdctools_3_25_06_96;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_30_03_47_core/packages;..;': please check the spelling of the target's name and that it exists along this path.
xdctools_3_30_03_47_core\gmake.exe: *** No rule to make target `.configuro'. Stop.
Warning: directory "C:/ti/xdctools_3_25_06_96" on package path has a "packages" subdirectory - did you mean this instead?
js: "C:/ti/xdctools_3_30_03_47_core/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: Target `all' not remade because of errors.

**** Build Finished ****