[RP2040 Connect] Cannot find source file: aes_encrypt.c
Posted: Sun Apr 17, 2022 2:32 pm
Hi,
I tried to build the MicroPython fw for the Arduino Nano RP2040 connect but I hit the error while building:
Indeed, the mynewt-nimble folder is empty. I've done "make submodules" but it only builds lib/mbedtls, lib/pico-sdk, and lib/tinyusb
I checked and it builds for the Pico and for the Adafruit Feather RP2040.
Am I missing anything?
Thanks
I tried to build the MicroPython fw for the Arduino Nano RP2040 connect but I hit the error while building:
Code: Select all
CMake Error at CMakeLists.txt:58 (add_executable):
Cannot find source file:
.../micropython/lib/mynewt-nimble/ext/tinycrypt/src/aes_encrypt.c
I checked and it builds for the Pico and for the Adafruit Feather RP2040.
Am I missing anything?
Thanks