Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
G++ldコマンドに問題があります。
ld
this: を使用しようとしてld -T linker.ld -o Kernel.bin Loader.o Video.o Kernel.oいますが、エラーが表示されます: Loader.o: File not recognized: File format not recognized。
ld -T linker.ld -o Kernel.bin Loader.o Video.o Kernel.o
Loader.o: File not recognized: File format not recognized
このエラーの原因と修正方法を教えてください。