Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 20:35 Go to next message
sydney faria is currently offline sydney fariaFriend
Messages: 54
Registered: March 2013
Member
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 08:33 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
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 09:06]

Report message to a moderator

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


Current Time: Tue Apr 16 14:09:29 GMT 2024

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

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

Back to the top