I try compile new project and see error ds1\ds1.sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.
I find this where they say YOu may have duplicate filenames inside your project structure:
OK I guess I'm blind or can't see
I think I don't have two files with the same name in my project
Rebuild started: Project: ds1 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil\ARM\ARMCC\Bin' Rebuild target 'ds1' assembling startup_stm32f103xb.s... compiling main.c... compiling stm32f1xx_it.c... compiling stm32f1xx_hal_msp.c... compiling GUI_SingleThread.c... compiling stm32f1xx_hal_gpio_ex.c... compiling stm32f1xx_hal_i2c.c... compiling stm32f1xx_hal.c... compiling stm32f1xx_hal_rcc.c... compiling stm32f1xx_hal_rcc_ex.c... compiling stm32f1xx_hal_gpio.c... compiling stm32f1xx_hal_dma.c... compiling stm32f1xx_hal_cortex.c... compiling stm32f1xx_hal_pwr.c... compiling stm32f1xx_hal_flash.c... compiling stm32f1xx_hal_flash_ex.c... compiling stm32f1xx_hal_exti.c... compiling stm32f1xx_hal_tim.c... compiling stm32f1xx_hal_tim_ex.c... compiling stm32f1xx_hal_uart.c... compiling system_stm32f1xx.c... compiling clib_arm.c... compiling cmsis_os1.c... compiling cmsis_os2.c... compiling os_systick.c... assembling startup_stm32f10x_md.s... compiling system_stm32f10x.c... compiling GUI_X_RTE.c... compiling GUIConf.c... compiling LCDConf.c... compiling freertos_evr.c... compiling event_groups.c... compiling list.c... compiling heap_4.c... compiling port.c... compiling queue.c... compiling tasks.c... compiling timers.c... linking... ds1\ds1.sct(7): error: L6235E: More than one section matches selector - cannot all be FIRST/LAST. Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning and 1 error messages. "ds1\ds1.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:59
Where is the problem?What can't I see?
Try grep'ing project for FIRST / LAST section attributes, and reviewing the scatter file
Two files duplicating functionality, try ONE of these
assembling startup_stm32f103xb.s...
assembling startup_stm32f10x_md.s...