undefined reference to `printf' in cross-compilation using clang

后端 未结 0 1292
攒了一身酷
攒了一身酷 2020-12-03 05:57

I execute below code to create .o file

   clang --target=i686-pc-none-elf -march=i386 -c fcfs.c -o fcfs.o -std=gnu90 -O2 -Wall -Wextra -Wall

相关标签:
回答
  • 消灭零回复
提交回复
热议问题