Hi,
Is there a way to run libmaple natively on a maple-compatible board?
My board specs:
+ STM32F103RBT6
+ 8MHz external crystal
+ No reset button
+ No BUT button
+ SWD port - I have an ST-Link V2 to download and debug code
I tried the steps in http://leaflabs.com/docs/unix-toolchain.html#test-compilation so that I can generate a hex file and debug using GDB but I get the following error:
The system cannot find the path specified.
process_begin: CreateProcess(NULL, rm -rf build, ...) failed.
"================================================================================"
""
" Build info:"
" BOARD: " maple
" MCU: " STM32F103RB
" MEMORY_TARGET: " flash
""
" See 'make help' for all possible targets"
""
"================================================================================"
""
The syntax of the command is incorrect.
make: *** [build/./libmaple] Error 1
Thanks
ucFreak