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: GCC Toolchain

Part Number: AM625

My compilation environment is as follows:
Host: 64-bit Windows;
Target: 64-bit Linux system, 32-bit Linux program.
My previous compiler was arm-none-linux-gnueabihf. When compiling my 32-bit program, if I add -g, the program exceeds 12GB. At this time, the strip program cannot be stripped and is not recognized. I want to add -gsplit-dwarf to separate the debug information, but it does not work. Which compiler supports separating debug information or programs larger than 12GB?