This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: about aarch64-none-linux-gnu-gcc

Part Number: AM625


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