rename board name 'rv32m1_vega' as 'rv32m1-vega'
This commit is contained in:
@@ -152,7 +152,7 @@ make BOARD=nuvoton-m2354 menuconfig
|
||||
make BOARD=nuvoton-m2354
|
||||
```
|
||||
|
||||
4.如果编译正确无误,会产生XiZi_nuvoton-m2354.elf、XiZi_nuvoton-m2354.bin文件。
|
||||
4.如果编译正确无误,会产生XiZi-nuvoton-m2354.elf、XiZi-nuvoton-m2354.bin文件。
|
||||
|
||||
## 3. 烧写及运行
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ export CROSS_COMPILE ?= /opt/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eab
|
||||
|
||||
export CFLAGS := -mcpu=cortex-m23 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g -fgnu89-inline -Wa,-mimplicit-it=thumb
|
||||
export AFLAGS := -c -mcpu=cortex-m23 -mthumb -ffunction-sections -fdata-sections -x assembler-with-cpp -Wa,-mimplicit-it=thumb -gdwarf-2
|
||||
export LFLAGS := -mcpu=cortex-m23 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi_nuvoton_m2354.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds
|
||||
export LFLAGS := -mcpu=cortex-m23 -mthumb -ffunction-sections -fdata-sections -Wl,--gc-sections,-Map=XiZi-nuvoton_m2354.map,-cref,-u,Reset_Handler -T $(BSP_ROOT)/link.lds
|
||||
export CXXFLAGS := -mcpu=cortex-m23 -mthumb -ffunction-sections -fdata-sections -Dgcc -O0 -gdwarf-2 -g
|
||||
|
||||
export DEFINES := -DHAVE_CCONFIG_H
|
||||
|
||||
Reference in New Issue
Block a user