On 5/7/07, Raphael Neider <[EMAIL PROTECTED]> wrote:

The .ignore files instruct the Makefiles not to build certain
subdirectories (adc, i2c, usart) for some PIC16 devices---those that do
not sport the required SFRs/functionality.

Nope, *.ignore cannot be ignored ;-).

Though this is probably caused by switching from bash to sh, the issue
should be fixed in SDCC r4791 (committed Sunday evening).
Makefile.rules was instructing grep to read possibly non-existing files,
had buggy redirection ("&> /dev/null" is interpreted by some shells as
`execute in background and redirect stdout to /dev/null' instead of the
bashish `redirect stdout and stderr to /dev/null'; now changed to
">/dev/null 2>&1"), ...


Hello Raphael,

Just recompiled the library using your tips, and it worked. So it is because
different shell.
Now I have successfully compiled sdcc under OpenBSD 4.0 and also under mingw
in Windows box.
Thanks for the help.

--
soliton
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to