Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Strange Make output

I'm converting an SDK 14.2.0 project to SDK 15.0.0 using the legacy functions and ARM GCC. It compiles OK but linking is failing.

The verbose output appears to be the Make copyright message:

Linking target: _build/nrf52832_xxaa.out
arm-none-eabi-gcc: error: GNU: No such file or directory
arm-none-eabi-gcc: error: Make: No such file or directory
arm-none-eabi-gcc: error: 4.2.1: No such file or directory
arm-none-eabi-gcc: error: Built: No such file or directory
arm-none-eabi-gcc: error: for: No such file or directory
arm-none-eabi-gcc: error: x86_64-w64-mingw32: No such file or directory
arm-none-eabi-gcc: error: Copyright: No such file or directory
arm-none-eabi-gcc: error: (C): No such file or directory
arm-none-eabi-gcc: error: 1988-2016: No such file or directory
arm-none-eabi-gcc: error: Free: No such file or directory
arm-none-eabi-gcc: error: Software: No such file or directory
arm-none-eabi-gcc: error: Foundation,: No such file or directory
arm-none-eabi-gcc: error: Inc.: No such file or directory
arm-none-eabi-gcc: error: License: No such file or directory
arm-none-eabi-gcc: error: GPLv3+:: Invalid argument
arm-none-eabi-gcc: error: GNU: No such file or directory
arm-none-eabi-gcc: error: GPL: No such file or directory
arm-none-eabi-gcc: error: version: No such file or directory
arm-none-eabi-gcc: error: 3: No such file or directory
arm-none-eabi-gcc: error: or: No such file or directory
arm-none-eabi-gcc: error: later: No such file or directory
etc.....

I'd welcome any suggestions!

Related