I tried to compile blinky sample in SDK12 with make tool-chain. I got 3 errors:
- Makefile:214: Cannot find include folder: ../../../config/blinky_pca10040_s132
- Makefile:214: Cannot find include folder: ../../../config
- arm-none-eabi-gcc: error: nano.specs: No such file or directory
The first two have sth. to do with the sample file structure; the 3rd one, I googled, may relate to arm-gcc package I installed. I am using Ubuntu and use its default arm-gcc compiler (4.8.2). Do I need to try latest version?