问题求解,Dev-c++编译与运行c语言hello word出错,求指点
c:\program files (x86)\dev-cpp\mingw64\x86_64-w64-mingw32\bin\ld.exe i386 architecture of input file `C:/MinGW/lib/../lib/crt2.o' is incompatible with i386:x86-64 output
C:\MinGW\lib\crt2.o (.text+0x34): undefined reference to `_signal'
C:\MinGW\lib\crt2.o (.text+0x89): undefined reference to `_signal'
C:\MinGW\lib\crt2.o (.text+0xc0): undefined reference to `_signal'
c:\program files (x86)\dev-cpp\mingw64\x86_64-w64-mingw32\bin\ld.exe C:/MinGW/lib/../lib/crt2.o: bad reloc address 0x20 in section `.eh_frame'
c:\program files (x86)\dev-cpp\mingw64\x86_64-w64-mingw32\bin\ld.exe final link failed: Invalid operation
D:\Dev-Cpp\collect2.exe [Error] ld returned 1 exit status
提前谢过各位大神