Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Make file (auto generated make is not working from command prompt in windows)
Make file [message #1832528] Sun, 20 September 2020 12:28 Go to next message
Kamlesh Pujari is currently offline Kamlesh PujariFriend
Messages: 1
Registered: September 2020
Junior Member
Hi ,

I have compiled my poject with auto make env in IAR compiler with eclipse ide.

now I wanted that project generated make to be executed from command prompt.

1. here I am facing error as header file is missing. I noticed that in the dependency file generated there are few include targets and paths are missing were as when I build it from eclipse all include paths are getting generated in .d fies.


2. Here am also able to see that all include files in srcc files are getting updated with relative paths for include files. Is this necessary ? i don't want to do that how to avoid it?


please suggest..

Thanks you

[Updated on: Sun, 20 September 2020 13:25]

Report message to a moderator

Re: Make file [message #1832540 is a reply to message #1832528] Mon, 21 September 2020 03:16 Go to previous message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Are you using the IAR/Eclipse plugin?
If so, you should ask IAR about it.
Their plugin is a modified CDT and it's not clear how much was modified.
They likely expect that you have paid for support, though.

If it's any help, the unmodified Eclipse runs make in the build configuration directory.
You should make sure the environment of the command prompt matches the one used by Eclipse during a build.
Questions about how the makefile is structured and why it does what it does should be directed toward IAR support.

[Updated on: Mon, 21 September 2020 03:19]

Report message to a moderator

Previous Topic:use mingw32-make.exe intead of make
Next Topic:generating risc-v machine code from c/c++ files
Goto Forum:
  


Current Time: Fri Apr 26 12:46:55 GMT 2024

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

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

Back to the top