caolingfeng 发表于 2018-5-30 10:02:36

如何编译.c文件

请教一下我用的是PX3SE如何在ubuntu下编译.c文件,用什么编译器编译

Livvol 发表于 2018-5-30 10:17:15

用交叉编译工具链啊。
sudo apt-get install gcc-arm-linux-gnueabihf

caolingfeng 发表于 2018-5-30 11:10:56

我试一下,多谢了!

caolingfeng 发表于 2018-5-30 12:05:37

我使用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]
查看完整版本: 如何编译.c文件