User forums > Help
missing link.exe
gweather:
The full build log is in the original message. Here it is again:
-------------- Build: Debug in HelloWorld (compiler: GNU GCC Compiler)---------------
gcc.exe -Wall -g -c C:\Work\HelloWorld\main.c -o obj\Debug\main.o
link.exe -o bin\Debug\HelloWorld.exe obj\Debug\main.o
Execution of 'link.exe -o bin\Debug\HelloWorld.exe obj\Debug\main.o' in 'C:\Work\HelloWorld' failed.
stahta01:
--- Quote from: stahta01 on December 30, 2017, 02:43:47 pm ---What commands are used in the toolchain settings?
--- End quote ---
gweather:
C compiler: gcc.exe
C++ compiler: g++.exe
Linker for dynamic libs: link.exe
linker for static libs: ar.exe
Debugger: GDB/CDB debugger:Default
Resource compiler: windres.exe
Make program: make.exe
The compiler's installation directory: C:\Program Files (x86)\CodeBlocks\MinGW
stahta01:
--- Quote from: gweather on December 30, 2017, 03:06:23 pm ---C compiler: gcc.exe
C++ compiler: g++.exe
Linker for dynamic libs: link.exe
linker for static libs: ar.exe
Debugger: GDB/CDB debugger:Default
Resource compiler: windres.exe
Make program: make.exe
The compiler's installation directory: C:\Program Files (x86)\CodeBlocks\MinGW
--- End quote ---
Fix this "Linker for dynamic libs: link.exe" as I stated in my first post!
Edit: If you plan to use C++, change "link.exe" to "g++.exe"
Tim S.
gweather:
What do I replace link.exe with. I can find nothing about what it should be.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version