金牌会员
 
- 积分
- 1857
- 金钱
- 1857
- 注册时间
- 2012-5-19
- 在线时间
- 285 小时
|
发表于 2020-3-4 15:09:15
|
显示全部楼层
本帖最后由 zhcj66 于 2020-3-4 15:10 编辑
原子
程序在未添加 USB读卡器的时候,编译正常
未添加前占用空间是
,Program Size: Code=39452 RO-data=1316 RW-data=372 ZI-data=1231108
USBD_Init(&USB_OTG_dev,USB_OTG_FS_CORE_ID,&USR_desc,&USBD_MSC_cb,&USR_cb);
添加后报错,怎么回事?
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f40_41xxx.o(STACK).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching sdio_sdcard.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching uart1.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching dguslcd.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching modbus.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching dmaget.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching main.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching exfuns.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_msc_core.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_req.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching portregistered.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_desc.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_core.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_storage_msd.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching dguslcdupdate.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching malloc.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_msc_scsi.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_msc_scsi.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbh_usr.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching workprompt.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching exfuns.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching buzzer.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching sdio_sdcard.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f4xx_rcc.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_req.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching ff.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching dguslcdupdate.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching ds3231.o(.bss).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching delays.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching tim_x.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching usbd_msc_bot.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdout.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching errno.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching collectdata.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching w25qxx.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching diskio.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6406E: No space in execution regions with .ANY selector matching ff.o(.data).
.\Obj\103ZE_MDK5.axf: Error: L6407E: Sections of aggregate size 0xf34 bytes could not fit into .ANY selector(s).
|
-
|