nxtOSEK Installation problem
Posted: 19 Oct 2010, 08:31
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 the installation instructions on http://lejos-osek.sourceforge.net/insta ... indows.htm. John Hansen's Enhanced NXT Firmware is used.
Everything is installed under C:\cygwin (for example C:\cygwin\nxtOSEK), just like they have done in the installation guide. When we come to the last part of the installation we get an "Error 127" message in Cygwin. When we write $ make all in Cygwin, we get the following message:
We also want to write, build and upload nxtOSEK applications in Eclipse. The installation of Eclipse was done without problem (the installation guide on http://lejos-osek.sourceforge.net/eclipse.htm was used), but when trying to run the program there it also results in an error.
What are we doing wrong? Any help would be very appreciated.
We followed the installation instructions on http://lejos-osek.sourceforge.net/insta ... indows.htm. John Hansen's Enhanced NXT Firmware is used.
Everything is installed under C:\cygwin (for example C:\cygwin\nxtOSEK), just like they have done in the installation guide. When we come to the last part of the installation we get an "Error 127" message in Cygwin. When we write $ make all in Cygwin, we get the following message:
We have done exactly as described below:Compiling ../../ecrobot/../toppers_osek/kernel/alarm.c to alarm.o
/GNUARM/bin/arm-elf-gcc.exe: error while loading shared libraries: cygint1-3.dll
: cannot open shared object file: No such file or directory
make: *** [build/kernel/alarm.o] Error 127
Do GNUARM_ROOT = /cygdrive/C/cygwin/GNUARM and NEXTTOOL_ROOT = /cygdrive/C/cygwin/nexttool in the tool_gcc.mak file mean the same as C:\cygwin\GNUARM and C:\cygwin\nexttool?* Execute Cygwin and change the current directory to nxtOSEK\samples_c\helloworld directory by typing the following command
(It is assumed that nxtOSEK is extracted under C:\cygwin directory)
$ cd C:/cygwin/nxtOSEK/samples_c/helloworld
* Type the following command to build binary executables of helloworld sample
$ make all
If everything went well, binary executables and program upload scripts could be generated in the helloworld directory.
We also want to write, build and upload nxtOSEK applications in Eclipse. The installation of Eclipse was done without problem (the installation guide on http://lejos-osek.sourceforge.net/eclipse.htm was used), but when trying to run the program there it also results in an error.
What are we doing wrong? Any help would be very appreciated.