如何编译.c文件
请教一下我用的是PX3SE如何在ubuntu下编译.c文件,用什么编译器编译 用交叉编译工具链啊。sudo apt-get install gcc-arm-linux-gnueabihf 我试一下,多谢了! 我使用gcc-arm-linux-gnueabihf交叉编译工具链,编译C文件出现
arm-linux-gnueabihf-gcc main.o sha_256.o -o app -lpthread
main.o: file not recognized: File format not recognized
collect2: error: ld returned 1 exit status
Makefile:3: recipe for target 'app' failed
用file main.o,查看属性如下:
main.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped
这如何解决呀,劳烦请指教
页:
[1]