Description
Description
- Type: Bug
- Priority: Minor
Bug
Target
NUCLEO_F767ZI, NUCLEO_F401RE and DISCO_L476VG|??
Toolchain:
ARMC5
Toolchain version:
MDK_ARM Professional Ver. : 5.22
C Compiler: v5.06 update 4(build 422)
mbed-cli version:
1.2.0
mbed-os sha:
mbed-os-example-fat-filesystem (08607866ff3f09b75e429ac0432587478d5e1fc3)
mbed-os (6e08748)
Expected behavior
Make can pass to generate a binary executable without error.
Actual behavior
Make get failed. please check the attached log.
"Assemble: irq_cm4f.s"
"../mbed-os/rtos/TARGET_CORTEX/rtx5/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/TARGET_CORTEX/rtx5/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 75: Error: A1167E: Invalid line start
75 0000003c #endif
"../mbed-os/rtos/TARGET_CORTEX/rtx5/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/TARGET_CORTEX/rtx5/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.s", line 82: Error: A1167E: Invalid line start
82 0000004a #endif
"../mbed-os/rtos/TARGET_CORTEX/rtx5/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/TARGET_CORTEX/rtx5/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]: *** [C:/ioT/testpod/oob5.6/mbed-os-example-fat-filesystem/Makefile:779: mbed-os/rtos/TARGET_CORTEX/rtx5/TARGET_RTOS_M4_M7/TOOLCHAIN_ARM/irq_cm4f.o] Error 1
make: *** [makefile:26: all] Error 2
Steps to reproduce
>mbed import mbed-os-example-fat-filesystem
>cd mbed-os-example-fat-filesystem
>mbed update mbed-os-5.6-oob2
>mbed export -m NUCLEO_F767ZI -i make_armc5 -vv
>make
failed-make-F767ZI.txt