Other Parts Discussed in Thread: CC1310, AES-128
Tool/software: Code Composer Studio
Hi,
I wand to compile contiki-ng in CCS v8.3.0 , GCC compiler. Here is "hello-world" example compile failure.
Any help and direction is appreciated ?
**** Build of configuration Debug for project My_Contiki ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 hello-world -O
CC C:/git/contiki-ng/arch/cpu/simplelink-cc13xx-cc26xx/./ccfg-conf.c
CC C:/git/contiki-ng/arch/cpu/simplelink-cc13xx-cc26xx/rf/ieee-addr.c
CC hello-world.c
CC C:/git/contiki-ng/arch/cpu/simplelink-cc13xx-cc26xx/dev/startup_cc13xx_cc26xx_gcc.c
LD build/simplelink/launchpad/cc1310//hello-world.elf
OBJCOPY build/simplelink/launchpad/cc1310//hello-world.elf --> build/simplelink/launchpad/cc1310//hello-world.i16hex
OBJCOPY build/simplelink/launchpad/cc1310//hello-world.elf --> build/simplelink/launchpad/cc1310//hello-world.bin
SREC_CAT build/simplelink/launchpad/cc1310//hello-world.i16hex --> build/simplelink/launchpad/cc1310//hello-world.hex
../../arch/cpu/arm/Makefile.arm:67: recipe for target 'build/simplelink/launchpad/cc1310//hello-world.hex' failed
process_begin: CreateProcess(NULL, srec_cat build/simplelink/launchpad/cc1310//hello-world.i16hex -intel -o build/simplelink/launchpad/cc1310//hello-world.hex -intel, ...) failed.
gmake: *** [build/simplelink/launchpad/cc1310//hello-world.hex] Error 2
rm hello-world.o build/simplelink/launchpad/cc1310//hello-world.i16hex build/simplelink/launchpad/cc1310//obj/startup_cc13xx_cc26xx_gcc.o
gmake: Target 'hello-world' not remade because of errors.
**** Build Finished ****