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.

CC2538DK: CC2538EM

Part Number: CC2538DK
Other Parts Discussed in Thread: CC2538, CC2538EMK

I am trying to flash a program done with contiki-ng, each time i run the command "make" i get this:
 LD        build/cc2538dk/root.elf
/usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld:build/cc2538dk/obj/cc2538.ld:1529: warning: memory region `FLASH_FW=' not declared
/usr/lib/gcc/arm-none-eabi/10.3.1/../../../arm-none-eabi/bin/ld:build/cc2538dk/obj/cc2538.ld:1529: syntax error
collect2: error: ld returned 1 exit status
make: *** [../../../arch/cpu/arm/cortex-m/Makefile.customrules-cortex-m:11: build/cc2538dk/root.elf] Error 1

why is that?