Search found 3 matches
- 05 Nov 2010, 15:54
- Forum: Mindstorms Software
- Topic: nxtOSEK Installation problem
- Replies: 4
- Views: 7205
Re: nxtOSEK Installation problem
Coding multithreaded applications is a lot more challenging. It does not schedule tasks automatically. Your have to do it manually or or use the integrated "rate monotonic scheduler" by assigning priorities and alarms to the individual tasks. It is an advantage when developing safety crit...
- 31 Oct 2010, 20:03
- Forum: Mindstorms Software
- Topic: nxtOSEK Installation problem
- Replies: 4
- Views: 7205
Re: nxtOSEK Installation problem
Hi, don't know if your ever got it working, but i have the solution. I had the same problem (very frustrating). The file can be obtained by installing the libintl3 packet. Just run the cygwin installer again, search for the package and install it and it should work okay. But just a little comment. ...
- 19 Oct 2010, 08:31
- Forum: Mindstorms Software
- Topic: nxtOSEK Installation problem
- Replies: 4
- Views: 7205
nxtOSEK Installation problem
We want to write our programs in C++ for a school robot project where we are going to take part in NXT robot competitions. NxtOSEK seems to be good for this. The program is installed in Windows environment (we have tried XP, Vista and Windows 7), but we don't manage to get it running. We followed th...