File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
arm-software/embedded/llvmlibc-samples/src/cpp-baremetal-semihosting-llvmlibc Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ if exist hello.hex del /q hello.hex
40
40
@ exit /B 1
41
41
42
42
:build_fn
43
- %BIN_PATH% \clang++.exe --config=llvmlibc.cfg --target=armv6m-none-eabi -mfloat-abi=soft -march=armv6m -mfpu=none -nostartfiles -lcrt0-semihost -lsemihost -fno-exceptions -fno-rtti - g -T ..\..\ldscripts\llvmlibc-microbit.ld -lm -o hello.elf hello.cpp
43
+ %BIN_PATH% \clang++.exe --config=llvmlibc.cfg --target=armv6m-none-eabi -mfloat-abi=soft -march=armv6m -mfpu=none -nostartfiles -lcrt0-semihost -lsemihost -g -T ..\..\ldscripts\llvmlibc-microbit.ld -lm -o hello.elf hello.cpp
44
44
%BIN_PATH% \llvm-objcopy.exe -O ihex hello.elf hello.hex
45
45
@ exit /B
You can’t perform that action at this time.
0 commit comments