Make file [message #1832528] |
Sun, 20 September 2020 12:28 |
Kamlesh Pujari 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 |
David Vavra 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
|
|
|
Powered by
FUDForum. Page generated in 0.05593 seconds