Skip to content

Commit 1ee45ea

Browse files
authored
Toolchain 9.2.1 support fix (#1666)
Added -B arm flag to firmware/hackrf_usb/CMakeLists.txt to support builds with v9.2.1 toolchains.
1 parent 2df9ad2 commit 1ee45ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

firmware/hackrf_usb/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ add_custom_command(
3838
COMMAND ${CMAKE_OBJCOPY}
3939
-I binary
4040
-O elf32-littlearm
41+
-B arm
4142
--rename-section .data=.rom_only
4243
"fpga.bin" ${PATH_PRALINE_FPGA_OBJ}
4344
DEPENDS ${PATH_PRALINE_FPGA_BIN}

0 commit comments

Comments
 (0)