Commands not found while executing makefile #278
Unanswered
silviocross
asked this question in
Q&A
Replies: 3 comments 1 reply
-
it is built-in command of linux shell, maybe trying to install cygwin, msys would help. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can confirm that it is possible to build on Windows using cygwin. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Go into your system setings after adding gcc and make sure you add the bin folder of the extracted folder to the system path environment variables. Here is the instructions for Win 11:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I am trying to build the bootloader from source since I need to enable ANT using the S340 SoftDevice.
Additionally to the official documentation I am currently following this guide: https://blogarak.wordpress.com/2020/03/15/s340-softdevice-adafruit-nrf52840-express-feather/
Unfortunately, as soon as I run the makefile many errors appear as "command not found"
C:\Adafruit_nRF52_Bootloader>make BOARD=mdk_nrf52840_dongle all combinehex
/usr/bin/sh: cut: command not found
/usr/bin/sh: paste: command not found
/usr/bin/sh: mkdir: command not found
make: *** [Makefile:385: _build/build-mdk_nrf52840_dongle] Error 127
I'm running Windows 10, GNU ARM Toolchain and nRF5x Command Line Tools are already installed.
Can anybody guide me to a possible solution?
Thank you very much in advance
Silvio
Beta Was this translation helpful? Give feedback.
All reactions