mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-04 14:35:54 +01:00
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.
This commit is contained in:
@@ -38,6 +38,7 @@ add_custom_command(
|
||||
COMMAND ${CMAKE_OBJCOPY}
|
||||
-I binary
|
||||
-O elf32-littlearm
|
||||
-B arm
|
||||
--rename-section .data=.rom_only
|
||||
"fpga.bin" ${PATH_PRALINE_FPGA_OBJ}
|
||||
DEPENDS ${PATH_PRALINE_FPGA_BIN}
|
||||
|
||||
Reference in New Issue
Block a user