Hi,
Trying to compile one of the examples provided in the nRFgo SDK 2.3.0.10040 I get an error in the linker (error L204) Invalid Keyword. It seems to refer to REMOVEUNUSED. In the help provided with the SDK I found the following.
Limitations
In addition to having an object code size limitation of 4 kbytes, the extended evaluation license does not support the Extended Linker and Assembler (LX51 and AX51). These must be disabled:
Go to Options for Target ' '
Un-check the boxes under Device Some projects use the linker keyword REMOVEUNUSED. This is not supported by the license and must be removed. You will get warnings about uncalled functions in the library. These warnings can be ignored.
I did the step of removing flags of the Extended Linker and Assembler but I'm still not able to compile the program and get the hex file.
Thanks.