Tool/software:
Hi
Based on AM625-SDK8.6-rtlinux, I used aarch64 to cross-compile other files but some errors occurred. The operation command process is as follows:
source /home/linux/ti-processor-sdk-linux-rt-am62xx-evm-08.06.00.42/linux-devkit/environment-setup
aarch64-none-linux-gnu-gcc -o codesyscontrol ../main.c MainLinux.c.o -Wl,--whole-archive *.cmp.a -Wl,--no-whole-archive Packages/*/*.3rdp.a -lc -lm -lpthread -ldl -lrt -I../../../Components -I../
How can I resolve these soft connections?
thanks