Skip to content

Commit

Permalink
fix link flag to -mcpu=cortex-a9
Browse files Browse the repository at this point in the history
Signed-off-by: Du Huanpeng <[email protected]>
  • Loading branch information
hodcarrier committed Jun 14, 2023
1 parent 25a8fa2 commit 57c073a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arm-none-eabi-gcc -c -g -I../../../../common_smp/inc -I../inc -mcpu=cortex-a5 sample_threadx.c
arm-none-eabi-gcc -c -g -I../../../../common_smp/inc -I../inc -mcpu=cortex-a9 sample_threadx.c
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 startup.S
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 MP_GIC.S
arm-none-eabi-gcc -c -g -mcpu=cortex-a9 MP_SCU.S
Expand Down

0 comments on commit 57c073a

Please sign in to comment.