Tool/software:
Hi,
I'm trying to flash the contiki-ng example "base-demo" inside the Launchpad CC1312R1, and I've followed the steps on https://docs.contiki-ng.org/en/master/doc/platforms/simplelink.html#.
This ths my output:
"C:\\ti\\ccs1271\\ccs\\utils\\bin\\gmake" -k -j 4 base-demo -O
using saved target 'simplelink'
MKDIR build/simplelink/launchpad/cc1312r1/obj/.deps
MKDIR build/simplelink/launchpad/cc1312r1/gen
CC base-demo.c
CC ../../../../arch/platform/simplelink/cc13xx-cc26xx/platform.c
CC ../../../../arch/platform/simplelink/cc13xx-cc26xx/batmon-sensor.c
...
...
...
LD build/simplelink/launchpad/cc1312r1/base-demo.simplelink
**** Build Finished ****
But the linker is generating this output file as base-demo.simplelink, shouldn't it generate a .ELF file?