-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use the specified objdump #229
Comments
Take a look at |
Thank you for answering my question. |
We are working on improved support for |
CDT 11.2.0 M2 and later versions should support invoking the build of
CDT will search for the |
Issue is addressed via #361. |
I want to view the elf file in the project, but it is garbled,
Modify the configuration in .cproject, and change “org.eclipse.cdt.core.ELF” to “org.eclipse.cdt.core.GNU_ ELF“, eclipse can call objdump in the environment variable of the computer, but I want to specify my own objdump. How should I implement this?
The gcc I want to use is in my toolchain
![image](https://user-images.githubusercontent.com/19726057/210689677-8da4ba35-2182-40d2-8468-a5413f84ab1e.png)
The text was updated successfully, but these errors were encountered: