Hello & Happy New Year
I have been experimenting with building various samples using VSC on Windows. The build seems to work (it generates a merged.hex file but I get several errors. For example, for GPS I get
1) #include errors detected. Please update your includePath. Squiggles are disabled for this translation unit
this seems to be a VSC issue but I have not found a work around.
2) cannot open source file “toolchain/other.h” (dependency of “zephyr.h”) and cannot open source file “alloca.h” (dependency of “logging/log.h”)
3) C:/Users/bjpic/NRF_Feather/zephyr/boards/arm/circuitdojo_feather_nrf9160/Kconfig.defconfig:26: error: couldn’t parse ‘default $(dt_chosen_reg_size_hex,$(DT_CHOSEN_Z_CODE_PARTITION))’: macro expanded to blank string
1) and 3) seem common to most of the examples I’ve tried. The reported missing files in 2) seem to vary from example to example. I suspect 1) and 2) are problems with Intellisense. I have no idea what to make of 3).
Any suggestions?
Thanks