QUERY · ISSUE
Error when building nRF PCA10059 (nRF52840 dongle)
port-nrf
From within the ports/nrf directory I'm running:
make BOARD=pca10059
And getting the following error:
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
mkdir -p build-pca10059/genhdr
Create build-pca10059/genhdr/pins.h
GEN build-pca10059/genhdr/mpversion.h
GEN build-pca10059/genhdr/moduledefs.h
make: *** No rule to make target 'lib/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c', needed by 'build-pca10059/genhdr/qstr.i.last'. Stop.
Building other targets (i.e. pca10028) works fine. Any ideas?
CANDIDATE · ISSUE
couldn't build firmware for nrf port
I am trying to build the firmware for nrf port , following the instructions given at
https://github.com/micropython/micropython/tree/master/ports/nrf#compile-and-flash
with no success after executing the command
"make" inside the "ports/nrf" directory
<img width="393" alt="screenshot 2019-02-16 at 12 33 03 pm" src="https://user-images.githubusercontent.com/41668475/52895936-102b7280-31e7-11e9-82ee-a407fcd8fa17.png">