Subject:
|
Help w/install _or_ It all went so well
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Wed, 12 Nov 2003 05:34:39 GMT
|
Viewed:
|
3674 times
|
| |
| |
_warning_ I'm new to BrickOS, so be patient.
I've just attempted to install using the instructions at
http://brickos.sourceforge.net/docs/INSTALL-cygwin.html
Everything went fine until step 4 command './configure; make' which looked like
this:
...
$ ./configure; make
Welcome to the brickOS Makefile configurator.
Attempting to find the Hitachi gcc compiler. (This may take some time.)
- Toolprefix = /usr/local/bin/h8300-hitachi-hms-
- Found Cygwin/DJGPP system
make[1]: Entering directory `/brickOS-0.2.6.10/util'
make[2]: Entering directory `/brickOS-0.2.6.10/util/dll-src'
gcc -o loader.o -c loader.c -D_WIN32 -O2 -Wall -I. -I/brickOS/include/lnp
gcc -o rcxtty.o -c rcxtty.c -D_WIN32 -O2 -Wall -I. -I/brickOS/include/lnp
gcc -o keepalive.o -c keepalive.c -D_WIN32 -O2 -Wall -I. -I/brickOS/include/lnp
gcc -o lnp.o -c /brickOS/kernel/lnp.c -D_WIN32 -O2 -Wall -I. -I/brickOS/include/
lnp
/brickOS/kernel/lnp.c:152:9: missing terminating " character
/brickOS/kernel/lnp.c:171:3: missing terminating " character
make[2]: *** [lnp.o] Error 1
make[2]: Leaving directory `/brickOS-0.2.6.10/util/dll-src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/brickOS-0.2.6.10/util'
make: *** [all] Error 2
...
This looks to be reporting a problem on lines 152 and 171 of lnp.c but they look
ok to me. Any idea whats wrong?
Thanks,
-Wes
|
|
Message has 4 Replies: | | Re: Help w/install _or_ It all went so well
|
| (...) [...] (...) Well it looks like the gcc-version-problem I had. The gcc >=3.x do not allow multiline strins without "\" anymore, which are still uses in brickos. So my hint is to install a gcc 2.95 and everything should work fine... Note: This (...) (21 years ago, 12-Nov-03, to lugnet.robotics.rcx.legos)
| | | Re: Help w/install _or_ It all went so well
|
| Or ( IMO ) better yet, just macro every line between 152 and 171, that's what I did, saved the trouble of another install... Put this on each line around the assembly code: __asm__(""); Make sure you keep the indent spacing also: label: should be: (...) (21 years ago, 14-Nov-03, to lugnet.robotics.rcx.legos)
| | | Re: Help w/install _or_ It all went so well
|
| (...) Did you consider using my all-in-one pre-built installers? (URL) work well with XP & W2K (and presumably Win2003). There are problems with earlier OS versions. I've had several people tell me that using these pre-built installers was much (...) (21 years ago, 18-Nov-03, to lugnet.robotics.rcx.legos)
|
9 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|