-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
Steps:
- Update to RC2 branch.
- mbed export -i make_armc5 -m NUCLEO_F746ZG
- make clean
- make
Expected: Successful build.
Actual: Build failure with following error:
"Compile: mbed_boot.c"
"Compile: rtos_idle.c"
"Compile: cmsis_os1.c"
"Compile: RTX_Config.c"
"Assemble: irq_cm4f.s"
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 69 (column 8): Error: A1163E: Unknown opcode __FPU_PRESENT , expecting opcode or Macro
69 00000030 #ifdef __FPU_PRESENT
^
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 75: Error: A1167E: Invalid line start
75 0000003c #endif
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 79 (column 8): Error: A1163E: Unknown opcode __FPU_PRESENT , expecting opcode or Macro
79 00000040 #ifdef __FPU_PRESENT
^
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 82: Error: A1167E: Invalid line start
82 0000004a #endif
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 95 (column 8): Error: A1163E: Unknown opcode __FPU_PRESENT , expecting opcode or Macro
95 0000005e #ifdef __FPU_PRESENT
^
"../mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 98: Error: A1167E: Invalid line start
98 00000068 #endif
6 Errors, 0 Warnings
make[1]: *** [mbed-os/rtos/rtx5/TARGET_CORTEX_M/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.o] Error 1
make: *** [all] Error 2
C:\Ashok\mbed_CLI\OoB_5_5\Filesystem\mbed-os-example-fat-filesystem>
SHA's:
mbed-os-example-fat-filesystem (2e5f21f)
`- mbed-os (162f80099d94)
Metadata
Metadata
Assignees
Labels
No labels