Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » mingw installation(what are the tools in the mingw folder?)
mingw installation [message #1838985] Wed, 10 March 2021 15:35 Go to next message
Eclipse UserFriend
Having installed mingw and looking at the installation folder I noticed that there are several tools in the folder. For instance, there is an ld.exe file. I think that it might be useful if I want to disassemble a .o file, but I can find no documentation on this tool or any of the other tools installed in the mingw folder! How about objdump.exe? It looks like these tools are meant to be used from the command prompt window. So I guess I'll have to refresh my old cmd prompt knowledge. This could be made a lot simpler if there was some way to get documentation on these tools, but I have no idea where to find it.
syd/wt1v
Re: mingw installation [message #1839002 is a reply to message #1838985] Thu, 11 March 2021 03:33 Go to previous message
Eclipse UserFriend
The name of the GNU Linker is ld.
The wrapper, gcc, will call it and others as needed.

MinGW is basically a port of GCC with modifications for Windows.
A Google search for MinGW yields:
https://sourceforge.net/projects/mingw/
MinGW support: https://sourceforge.net/projects/mingw/support

This forum is for addressing problems and questions specific to CDT.
MinGW is third party software.
You should refer to the GNU documents and MinGW support instead of asking here.
https://gcc.gnu.org/
https://www.gnu.org/software/binutils/
https://gcc.gnu.org/onlinedocs/

You can also web search the executable names.

[Updated on: Thu, 11 March 2021 04:06] by Moderator

Previous Topic:Error Parser Issue
Next Topic:Linking GSL in eclipse
Goto Forum:
  


Current Time: Thu Jul 17 19:28:17 EDT 2025

Powered by FUDForum. Page generated in 0.06262 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top