Subject:
|
Re: Problem with asm statement in loader.c
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 20 Nov 1999 00:38:42 GMT
|
Viewed:
|
971 times
|
| |
| |
hi martin,
thanks for the good explanation, that makes the whole problem somewhat
clearer to me.
yesterday i fetched the egcs-1.1.2 sources, built the crosscompiler with
applied interrupt-patch and attached -Dinhibit_libc at the end of CFLAGS.
in legos-dir:
moved the header files into the appropriate directorys, changed the
definitions in Makefile.common + dll-src/Makefile, and defined O_ASYNC to
FASYNC as described in an older message from markus.
actually, the error-output is the same as before, but without the "undefined
O_ASYNC" statement.
again, i reached the point where i don't know any further.
do you remember of any additional steps that maybe where necessary to build
loader.o? or what else could i do wrong?
bye, klaus
|
|
Message has 1 Reply: | | Re: Problem with asm statement in loader.c
|
| (...) hmm, i did not have to do that (...) just looked at your original posting and saw you are using glibc-1 -- i guess that's making the difference. In glibc-2.0 headers, O_ASYNC is defined to be 0x20000, and FASYNC is defined as O_ASYNC. (...) (25 years ago, 21-Nov-99, to lugnet.robotics.rcx.legos)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|