We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi All,
I am new to ARM compiler/linker tools. I am using RVDS221 for compilation.
I got this Errors related to linking the libraries. I checked in the errors and warnings guide, but dint understood
Please help me to resolve this.
V:\ASIC\users\c_thimma\sps\PPSS_VI\PPSS_VI_Interrupts\build\obj>armlink init_7.o heap.o stack.o PPSS_VI.o exceptions.o retarget.o PpssMain.o target_io.o gpio.o
gpio_int.o interrupt.o mcb.o timer.o test.o test_interrupt.o --info totals --entry 0x0000000 --map --list ..\image\ppss_vi_int.txt --scatter ..\scf\ppss_vi.scat --info sizes -o ..\image\ppss_vi_int.axf
Warning: L6310W: Unable to find ARM libraries.
Error: L6218E: Undefined symbol __main (referred from init_7.o).Error: L6218E: Undefined symbol _printf_str (referred from target_io.o).
Error: L6218E: Undefined symbol _scanf_string (referred from target_io.o).
Error: L6218E: Undefined symbol system (referred from target_io.o).
Error: L6218E: Undefined symbol __aeabi_uidivmod (referred from target_io.o).
Error: L6218E: Undefined symbol __aeabi_memclr4 (referred from target_io.o)Error: L6218E: Undefined symbol time (referred from target_io.o).
Error: L6218E: Undefined symbol strtoul (referred from target_io.o).
Error: L6218E: Undefined symbol __0scanf (referred from target_io.o).
Error: L6218E: Undefined symbol __0printf (referred from target_io.o).
Error: L6218E: Undefined symbol vsprintf (referred from target_io.o).
Error: L6218E: Undefined symbol __aeabi_d2uiz (referred from timer.o).
Error: L6218E: Undefined symbol __aeabi_dmul (referred from timer.o).
Error: L6218E: Undefined symbol __aeabi_ui2d (referred from timer.o).
Error: L6218E: Undefined symbol __aeabi_ddiv (referred from timer.o).
Not enough information to list the image map.
Finished: 1 information, 1 warning and 15 error messages.
Thanks,
ash