Dear all,
I use arm-none-eabi-gcc 7.2.1 in my project, when I want to use -flto option to optimize bin size, error shows:
../../../tools/gcc/linux/gcc-arm-none-eabi/bin/arm-none-eabi-ar: creating /proj/lib_m.a../../../tools/gcc/linux/gcc-arm-none-eabi/bin/arm-none-eabi-ar: /proj/src/n1.o: plugin needed to handle lto object../../../tools/gcc/linux/gcc-arm-none-eabi/bin/arm-none-eabi-ar: /projsrc/nb_data.o: plugin needed to handle lto object
what's wrong with my code?
Thank you for your replay.
Please could you provide the complete command-line you use? Also, could you please let us know where did you get arm-none-eabi-gcc 7.2.1 from? It would help us triage the issue if you could give us a small test case that demonstrates the symptom you're observing.