这里的C:\MinGW\bin需要根据实际安装路径进行修改。 4. 进入Binutils的安装目录,并使用下面的命令进行LD ELF_i386仿真: ld -m elf_i386 -o output input 其中,output为输出文件名称,input为需要进行仿真的ELF格式文件名称。 至于为什么LD只提供了i386pe仿真,可能是因为ELF_i386不是Windows下的主要可执行文件格式,...
sysdeps/i386/elf/start.S:77: undefined reference to `main' collect2: ld returned 1 exit status 求解 相关知识点: 试题来源: 解析 关于博创arm2410QT实验中hello.cpp中的书写错误 #include #include int main (int argc, char **argv) { QApplication app (argc, argv); QLabel *hello = new Q...