2_ENVIRONMENT.md specifies the command :
$ ./build_rts.py --bsps-only --output=build --prefix=arm-eabi/lib/gnat --link stm32f4
However running this command results in:
./build_rts.py --bsps-only --output=build --prefix=arm-eabi/lib/gnat --link stm32f4
usage: build_rts.py [-h] [-v] [-f] [--rts-src-descriptor RTS_SRC_DESCRIPTOR] [--gen-doc] [--compiler COMPILER] [-o OUTPUT] [-l] [-b] [--build-flags BUILD_FLAGS] [--shared]
[--profiles PROFILES]
target [target ...]
build_rts.py: error: unrecognized arguments: --bsps-only --prefix=arm-eabi/lib/gnat
What should be the correct command?
2_ENVIRONMENT.md specifies the command :
$ ./build_rts.py --bsps-only --output=build --prefix=arm-eabi/lib/gnat --link stm32f4However running this command results in:
What should be the correct command?