Part Number:AM5728
Tool/software: TI-RTOS
Hi
I have succeed building CCS_Project_for_SBL_on_AM572x_GP_EVM following "http://processors.wiki.ti.com/index.php/Creating_a_CCS_Project_for_SBL_on_AM572x_GP_EVM", but errors occur when i replaced 'ti.board.aa15fg' with my own board library. Errors as below:
**** Clean-only build of configuration Debug for project cr_sbl_20181119a **** "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 clean -O DEL /F "cr_sbl_20181119a.hex" "cr_sbl_20181119a.out" DEL /F "sbl_init.d" DEL /F "MMCSD_soc.o" "UART_soc.o" "sbl_avs_config.o" "sbl_init.o" "sbl_main.o" "sbl_mmcsd.o" "sbl_prcm.o" "sbl_rprc.o" "sbl_slave_core_boot.o" "sbl_startup.o" DEL /F "MMCSD_soc.d" "UART_soc.d" "sbl_avs_config.d" "sbl_main.d" "sbl_mmcsd.d" "sbl_prcm.d" "sbl_rprc.d" "sbl_slave_core_boot.d" "sbl_startup.d" 找不到 E:\workspace_v8\cr_sbl_20181119a\Debug\cr_sbl_20181119a.hex Finished clean **** Build Finished **** **** Build of configuration Debug for project cr_sbl_20181119a **** "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O Building file: "../sbl_avs_config.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_avs_config.d" -MT"sbl_avs_config.o" -o"sbl_avs_config.o" "../sbl_avs_config.c" subdir_rules.mk:9: recipe for target 'sbl_avs_config.o' failed cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch ../sbl_avs_config.c: In function 'SBL_Configure_AVS': ../sbl_avs_config.c:621:5: error: unknown type name 'pmic_data_t'; did you mean 'abb_data_t'? pmic_data_t *pPmicData; ^~~~~~~~~~~ abb_data_t ../sbl_avs_config.c:651:17: warning: implicit declaration of function 'Board_GetPmicData' [-Wimplicit-function-declaration] pPmicData = Board_GetPmicData(); ^~~~~~~~~~~~~~~~~ ../sbl_avs_config.c:651:15: warning: assignment makes pointer from integer without a cast [-Wint-conversion] pPmicData = Board_GetPmicData(); ^ ../sbl_avs_config.c:653:14: error: request for member 'pmic_device_open' in something not a structure or union pPmicData->pmic_device_open(pPmicData->dev_instance - 1); ^~ ../sbl_avs_config.c:653:42: error: request for member 'dev_instance' in something not a structure or union pPmicData->pmic_device_open(pPmicData->dev_instance - 1); ^~ ../sbl_avs_config.c:658:18: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, TPS659039_PMIC_DEV_CTRL, 0x01); ^~ ../sbl_avs_config.c:658:40: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, TPS659039_PMIC_DEV_CTRL, 0x01); ^~ ../sbl_avs_config.c:663:28: error: request for member 'pmic_get_offset' in something not a structure or union offset_code = pPmicData->pmic_get_offset(val, pPmicData); ^~ ../sbl_avs_config.c:665:14: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->core.addr, offset_code); ^~ ../sbl_avs_config.c:665:36: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->core.addr, offset_code); ^~ ../sbl_avs_config.c:669:28: error: request for member 'pmic_get_offset' in something not a structure or union offset_code = pPmicData->pmic_get_offset(val, pPmicData); ^~ ../sbl_avs_config.c:671:14: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->mpu.addr, offset_code); ^~ ../sbl_avs_config.c:671:36: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->mpu.addr, offset_code); ^~ ../sbl_avs_config.c:687:32: error: request for member 'pmic_get_offset' in something not a structure or union offset_code = pPmicData->pmic_get_offset(val, pPmicData); ^~ ../sbl_avs_config.c:689:18: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->dsp.addr, offset_code); ^~ ../sbl_avs_config.c:689:40: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->dsp.addr, offset_code); ^~ ../sbl_avs_config.c:697:32: error: request for member 'pmic_get_offset' in something not a structure or union offset_code = pPmicData->pmic_get_offset(val, pPmicData); ^~ ../sbl_avs_config.c:699:18: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->gpu.addr, offset_code); ^~ ../sbl_avs_config.c:699:40: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->gpu.addr, offset_code); ^~ ../sbl_avs_config.c:707:32: error: request for member 'pmic_get_offset' in something not a structure or union offset_code = pPmicData->pmic_get_offset(val, pPmicData); ^~ ../sbl_avs_config.c:709:18: error: request for member 'pmic_write' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->iva.addr, offset_code); ^~ ../sbl_avs_config.c:709:40: error: request for member 'slave_addr' in something not a structure or union pPmicData->pmic_write(pPmicData->slave_addr, vcores->iva.addr, offset_code); ^~ ../sbl_avs_config.c:714:14: error: request for member 'pmic_device_close' in something not a structure or union pPmicData->pmic_device_close(); ^~ gmake: *** [sbl_avs_config.o] Error 1 Building file: "../sbl_init.S" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_init.d" -MT"sbl_init.o" -x assembler-with-cpp -o"sbl_init.o" "../sbl_init.S" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_init.S" Building file: "../MMCSD_soc.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"MMCSD_soc.d" -MT"MMCSD_soc.o" -o"MMCSD_soc.o" "../MMCSD_soc.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../MMCSD_soc.c" Building file: "../UART_soc.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"UART_soc.d" -MT"UART_soc.o" -o"UART_soc.o" "../UART_soc.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../UART_soc.c" Building file: "../sbl_main.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_main.d" -MT"sbl_main.o" -o"sbl_main.o" "../sbl_main.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_main.c" Building file: "../sbl_prcm.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_prcm.d" -MT"sbl_prcm.o" -o"sbl_prcm.o" "../sbl_prcm.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_prcm.c" Building file: "../sbl_mmcsd.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_mmcsd.d" -MT"sbl_mmcsd.o" -o"sbl_mmcsd.o" "../sbl_mmcsd.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch In file included from ../sbl_mmcsd.c:57:0: C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc/sbl_rprc_parse.h:59:0: warning: "E_PASS" redefined #define E_PASS (0) In file included from ../sbl_mmcsd.c:47:0: C:/ti/pdk_am57xx_1_0_11/packages/ti/drv/uart/UART_stdio.h:56:0: note: this is the location of the previous definition #define E_PASS ((int32_t)(0)) In file included from ../sbl_mmcsd.c:57:0: C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc/sbl_rprc_parse.h:60:0: warning: "E_FAIL" redefined #define E_FAIL (-1) In file included from ../sbl_mmcsd.c:47:0: C:/ti/pdk_am57xx_1_0_11/packages/ti/drv/uart/UART_stdio.h:59:0: note: this is the location of the previous definition #define E_FAIL (-((int32_t)1)) Finished building: "../sbl_mmcsd.c" Building file: "../sbl_rprc.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_rprc.d" -MT"sbl_rprc.o" -o"sbl_rprc.o" "../sbl_rprc.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_rprc.c" Building file: "../sbl_slave_core_boot.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_slave_core_boot.d" -MT"sbl_slave_core_boot.o" -o"sbl_slave_core_boot.o" "../sbl_slave_core_boot.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_slave_core_boot.c" Building file: "../sbl_startup.c" Invoking: GNU Compiler "C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-a15 -march=armv7-a -mtune=cortex-a15 -marm -mfloat-abi=hard -mfpu=neon -Dam5728 -Dcore0 -DAM572x_BUILD -Dcamera -DSOC_AM572x -DOPP_NOM -DBOOT_MMCSD -D__ARMv7 -I"E:/workspace_v8/cr_sbl_20181119a" -I"C:/ti/ccsv8/tools/compiler/gcc-arm-none-eabi-7-2017-q4-major-win32/arm-none-eabi/include" -I"C:/ti/pdk_am57xx_1_0_11/packages" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/csl" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/board" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/board/src" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/rprc" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/soc/am57xx" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl/src/mmcsd" -I"C:/ti/pdk_am57xx_1_0_11/packages/ti/boot/sbl" -g -gdwarf-3 -gstrict-dwarf -Wall -specs="nosys.specs" -MMD -MP -MF"sbl_startup.d" -MT"sbl_startup.o" -o"sbl_startup.o" "../sbl_startup.c" cc1.exe: warning: switch -mcpu=cortex-a15 conflicts with -march=armv7-a switch Finished building: "../sbl_startup.c" gmake: Target 'all' not remade because of errors. **** Build Finished ****
Is there any mistakes?