Rebuild System Files Error
Posted: Wed Jun 11, 2008 12:23 pm
Does anybody have any ideas about why rebuilding the system files would fail?
I have been using NB Eclipse version 2.01 beta 1 (rel201_beta1), and I decided to upgrade to a newer version. In any version after 2.01b1, I get an error when I try to rebuild the system files (I am using a MOD5272).
If I try to rebuild from Eclipse (2.1rc4a or 2.2rc2), I get the following errors in the console window:
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile 49: Command syntax error
Error makefile 52: Command syntax error
*** 2 errors during make ***
Lines 49 and 52 are exactly the same as in version 2.01b1 so I am having a hard time figuring out why they produce a syntax error. The two lines are actually blank, but I guess the line count starts at zero so line 48 and 51 seem to be the lines with the "error".
48 -include extras.mak
49
50 #include the file that does all of the automagic work!
51 include $(NBROOT)/make/libmain.mak
52
Of course, building from the command line results in the same errors.
Any ideas on how to make, make are appreciated.
I have been using NB Eclipse version 2.01 beta 1 (rel201_beta1), and I decided to upgrade to a newer version. In any version after 2.01b1, I get an error when I try to rebuild the system files (I am using a MOD5272).
If I try to rebuild from Eclipse (2.1rc4a or 2.2rc2), I get the following errors in the console window:
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error makefile 49: Command syntax error
Error makefile 52: Command syntax error
*** 2 errors during make ***
Lines 49 and 52 are exactly the same as in version 2.01b1 so I am having a hard time figuring out why they produce a syntax error. The two lines are actually blank, but I guess the line count starts at zero so line 48 and 51 seem to be the lines with the "error".
48 -include extras.mak
49
50 #include the file that does all of the automagic work!
51 include $(NBROOT)/make/libmain.mak
52
Of course, building from the command line results in the same errors.
Any ideas on how to make, make are appreciated.