Home » Language IDEs » C / C++ IDE (CDT) » post-build step fails
| |
Re: post-build step fails [message #163415 is a reply to message #159982] |
Wed, 08 February 2006 03:14   |
Eclipse User |
|
|
|
Originally posted by: oliver.lipowsky.de
Henning wrote:
> Hi,
>
> I have the same problem. Did you already solve it?
>
The problem was an errornous build dependency file. For some reason, the
makefile subdir.mk got make 3.80 to produce a line break and some white
spaces at the wrong place. If you prevent the class
DefaultGCCDependencyCalculator from producing these annoyances, the
subdir.mk files will be parseable again. Simply comment out the lines
98,99,104, 105,107,108,111 so that it produces
echo $(@:%.o=%.d) $(dir $@) && arm-elf-gcc ...
instead of
echo $(@:%.o=%.d) $(dir $@) > $(@:%.o=%.d) && \
Hope that helps
Oliver
|
|
| |
Goto Forum:
Current Time: Wed May 07 03:59:22 EDT 2025
Powered by FUDForum. Page generated in 0.28992 seconds
|