Hi,
just testing out a custom PCB with nrf9160 on it.
Have developed much on the nrf9160 dev kit and just about to port to our custom PCB.
Created a custom board and just tried to build the "hello world" sample but I'm getting lots of "error: static assertion failed like this...
C:\ncs\v2.3.0\zephyr\include\zephyr\toolchain\gcc.h:78:36: error: static assertion failed: ""
78 | #define BUILD_ASSERT(EXPR, MSG...) _Static_assert(EXPR, "" MSG)
| ^~~~~~~~~~~~~~
Builds fine for the devkit but not custom PCB.. HELP!!
Using nrf connect SDK and toolchain V2.3.0
Cheers
Duncan