AETS-Supports / aets

AETS open source repository
GNU General Public License v2.0
0 stars 0 forks source link

Not enough information to list image symbols. #2

Closed AETS-Supports closed 5 days ago

AETS-Supports commented 5 days ago

host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching server_main.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f103xb.o(STACK). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching startup_stm32f103xb.o(HEAP). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching trans_protocol.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching usart.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching libspace.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.bss). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stm32f1xx_hal.o(.data). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching system_stm32f1xx.o(.data). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.data). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.data). host_server\host_server.axf: Error: L6406E: No space in execution regions with .ANY selector matching stdio_streams.o(.data). host_server\host_server.axf: Error: L6407E: Sections of aggregate size 0x20918 bytes could not fit into .ANY selector(s). Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning and 15 error messages.

AETS-Supports commented 5 days ago

test_cmd_st struct’s val variable size is too big, 65536, over size the flash size; change to 1024 can solve this question.