Since I started to use nfed folder I’ve been getting compiler issues for some of the main libraries. For instance, these directories all have squiggly lines underneath them when I just executed the blinky sample:
#include <zephyr.h>
#include <device.h>
#include <devicetree.h>
#include <drivers/gpio.h>
Also, I’ve gotten the option box occasionally:
[Scan for kits] Search for compilers on this computer
[Unspecified] Unspecified (Let CMake guess what compilers and environments to use)
GCC for arm-none-eabi 9.2.1 Using compilers: C=C:\Program Files(x86)GNU Tools
I’m not really sure how to fix this. Just now I went back to run the blinky example and it worked but the squiggly line is under the 4 includes above. One time when I clicked to let CMake guess all the squiggly lines were gone except for the zephyr include. One time the scan for kits worked but not always. What do I need to do?