Windows 11, NCS v2.3.0, VSCode
Hi,
If, in my CMakeLists.txt file, I do this, it works:
But if instead, I add 'A' to the start of the compile def, the whole build fails.
-- Configuring done
-- Generating done
-- Build files have been written to: C:/Users/dougl/git/nRF52/app/Traquito/build_feather
-- west build: building application
ninja: error: build.ninja:151: expected '=', got identifier
-DKERNEL -DNRF52840_XXAA -DUSE_PARTITION_MANAGER=0 -D_ANSI_SOURCE -D_FO...
^ near here
FATAL ERROR: command exited with status 1: 'c:\ncs\toolchains\v2.3.0\opt\bin\cmake.EXE' --build 'c:\Users\dougl\git\nRF52\app\Traquito\build_feather'
What do I need to do in order to use whatever definition names I want?
Thanks.