diff options
| author | Du Huanpeng <[email protected]> | 2023-06-14 11:52:15 +0800 |
|---|---|---|
| committer | hodcarrier <[email protected]> | 2023-06-20 15:39:30 +0800 |
| commit | 4373af728647cf50101487634d0233f3fd07f56e (patch) | |
| tree | 554b5b1ebb136d7f869fdfbeb200ad3b6479e4bb | |
| parent | 1b2995cea8aecd46c8bc012f2605dea6142bec01 (diff) | |
fix link flag to -mcpu=cortex-a9
Signed-off-by: Du Huanpeng <[email protected]>
| -rw-r--r-- | ports_smp/cortex_a9_smp/gnu/example_build/build_threadx_sample.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports_smp/cortex_a9_smp/gnu/example_build/build_threadx_sample.bat b/ports_smp/cortex_a9_smp/gnu/example_build/build_threadx_sample.bat index 22d0a618..0e261118 100644 --- a/ports_smp/cortex_a9_smp/gnu/example_build/build_threadx_sample.bat +++ b/ports_smp/cortex_a9_smp/gnu/example_build/build_threadx_sample.bat @@ -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 |
