You are reading a single comment by @fanoush and its replies.
Click here to read the full conversation.
-
Just looked and there isn't a startup_stm32f401xx.o file just a startup_stm32f401xx.s
Isn't
arm-none-eabi-gcc: Command not found
message in plain English? It cannot compilestartup_stm32f401xx.s
intostartup_stm32f401xx.o
without compiler.You should run the provision script with board name that exists there i.e. PICO_R1_3
there is no boards/PICO.py file
Sat 2021.09.25 - 09:58am CST
I'm running a WSL terminal window from inside VSCode. No virtual drive.
Just re-entered these commands and the second to last, the make clean && make now runs for an extended period which it hadn't before.
So I thought success. Except when I run:
Just looked and there isn't a
startup_stm32f401xx.o
file just astartup_stm32f401xx.s
Does that provide a clue to anyone??