瑞芯微Rockchip开发者社区
直播中

小组店小二

9年用户 899经验值
擅长:可编程逻辑 电源/新能源 MEMS/传感技术 测量仪表 嵌入式技术 制造/封装 模拟技术 连接器 EMC/EMI设计 光电显示 存储技术 EDA/IC设计 处理器/DSP 接口/总线/驱动 控制/MCU RF/无线
私信 关注
[问答]

OKMX6X-S3编译环境无法执行Ping文件怎么办

根据OKMX6X-S3用户手册中5.3编译环境搭建流程,测试ping程序时,遇到以下两个问题
1610350397(1).jpg (138.02 KB, 下载次数: 24)
下载附件
无法执行Ping文件


1610350143(1).jpg (10.69 KB, 下载次数: 27)
下载附件
make时遇到的错误

1. 无法执行ping文件
2.make时遇到的错误




回帖(3)

欧丽娜

2022-1-7 10:17:14
您是测试的ping的QT程序吗?需要把生成的可执行文件拷贝到开发板中并chmod给权限后才能运行。
举报

李丽虹

2022-1-7 10:17:24
是的 但是现在生成可执行文件时出现了错误
root@ubuntu:~/work/qt5.6/ping# make
g++ -m64 -Wl,-O1 -o ping main.o mainwindow.o moc_mainwindow.o    -L/usr/lib/x86_64-linux-gnu -lQtGui -lQtCore -lpthread
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
/usr/bin/ld: mainwindow.o: Relocations in generic ELF (EM: 40)
mainwindow.o: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
make: *** [ping] Error 1
举报

高欢

2022-1-7 10:17:34

  • 您按以下步骤试试:
    make distclean
    . /opt/fsl-imx-x11/4.1.15-2.1.0/environment-setup-cortexa9hf-neon-poky-linux-gnueabi
    qmake
    make
举报

更多回帖

发帖
×
20
完善资料,
赚取积分