I am trying to compile firmware with GCC in ubuntu. The GNU directory is in C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3. I changed Makefile.posix to make sure that the GNU_INSTALL_ROOT
variable points to my GNU Tools for ARM Embedded Processors
directory. But I still got compiling error. Any help is appreciated.
d:\Nordic Thingy52\Nordic-Thingy52-FW-master\project\pca20020_s132\armgcc>make -j
make: *** No rule to make target `_build/Nordic', needed by `nrf52832_xxaa_s132'. Stop.