|
In lugnet.robotics.rcx.legos, Markus L. Noga writes:
> Hello,
>
> legOS 0.2.1 is out. No, I'm not working full time on legOS - this is ==bulk of message removed
> Ciao,
>
> Markus.
>
> --
> "Nieder mit den Zitaten!" -Markus L. Noga <markus@noga.de>
I'm getting a compile error when building the dll utility - an undefined
symbol 'O_ASYNC' forgive my ignorance but how do I fix this?
Thanks in advance,
-=RoboCoder=-
|
|
Message has 1 Reply: | | Re: legOS-0.2.1
|
| Hi Jeffrey, that's an OS issue - your host system should define O_ASYNC. Some older systems define FASYNC instead, try that one. You can work around this more elegantly, too: #ifndef O_ASYNC #define O_ASYNC FASYNC #endif And hope for the best. (...) (25 years ago, 2-Nov-99, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
|
Message is in Reply To:
| | legOS-0.2.1
|
| Hello, legOS 0.2.1 is out. No, I'm not working full time on legOS - this is just a day's work. Apart from minor bug fixes, a new file format for user programs is introduced, along with the tools to support it. The dynamic loader is a standalone C (...) (25 years ago, 30-Oct-99, to lugnet.robotics.rcx.legos, lugnet.robotics.rcx)
|
4 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|