-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scons problem #42
Comments
Have you solved this problem? I have the same problem as you LINK build\nt\stm32f107vc\ascore\stm32f107vc.exe |
when i do follow :
set BOARD=stm32f107vc
set RELEASE=ascore
scons
then:
......
CC release\download\stm32f107vc\Middlewares\ST\STM32_USB_Device_Library\Core\Src\usbd_ioreq.c
CC release\download\stm32f107vc\Src\main.c
CC release\download\stm32f107vc\Src\stm32f1xx_hal_msp.c
CC release\download\stm32f107vc\Src\stm32f1xx_it.c
CC release\download\stm32f107vc\Src\usbd_cdc_if.c
CC release\download\stm32f107vc\Src\usbd_conf.c
CC release\download\stm32f107vc\Src\usbd_desc.c
CC release\download\stm32f107vc\Src\usb_device.c
CC release\ascore\app\app.c
CC release\ascore\app\diag_app.c
CC release\ascore\app\main.c
LINK build\nt\stm32f107vc\ascore\stm32f107vc.exe
D:\GitHub\as/release/download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32/bin/arm-none-eabi-ld: build\nt\stm32f107vc\ascore\stm32f107vc.exe section
.text' will not fit in region
FLASH'D:\GitHub\as/release/download/gcc-arm-none-eabi-5_4-2016q3-20160926-win32/bin/arm-none-eabi-ld: region `FLASH' overflowed by 32300 bytes
scons: *** [build\nt\stm32f107vc\ascore\stm32f107vc.exe] Error 1
scons: building terminated because of errors.
anybody can help me,please?
The text was updated successfully, but these errors were encountered: