Subject:
|
Re: BrickOS installation with WinME and Cygnus problems
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 8 Aug 2003 20:05:31 GMT
|
Viewed:
|
3444 times
|
| |
| |
Ed, John, and Max, (et.al.?),
Here's the output from one of my sessions. I started to follow some of
John's instructions (got through the make strip alright, even though it's
unnecessary), but I didn't want to go too deep until you people see the random.c
error message. Also, thanks for the tip on copy/paste from a DOS window. I
didn't know about that. The only way I know to set the amount of lines I can
copy is from the Properties box (50 lines). Is there another way to set the
buffer size?
BTW, the Makefile.common has all the right ingredients, per John's post.
Although the less command didn't work (see below), I used NoteTab Lite to look
at it.
Thanks for all of your help so far. Here's the output below:
Tom Pugsley
==========================================================
tpugsley@laptop ~
$ cd /brickOS
tpugsley@laptop /brickOS
$ ./configure; make
Welcome to the brickOS Makefile configurator.
Attempting to find the Hitachi gcc compiler. (This may take some time.)
- Toolprefix = /h8300-000821/H-i686-cygwin32/bin/h8300-hms-
- Found Cygwin/DJGPP system
configure: no configuration changes needed, nothing done.
make[1]: Entering directory `/brickos-0.2.6.10/util'
make[2]: Entering directory `/brickos-0.2.6.10/util/dll-src'
make[2]: Leaving directory `/brickos-0.2.6.10/util/dll-src'
make[2]: Entering directory `/brickos-0.2.6.10/util/firmdl'
make[2]: Leaving directory `/brickos-0.2.6.10/util/firmdl'
make[1]: Leaving directory `/brickos-0.2.6.10/util'
make[1]: Entering directory `/brickos-0.2.6.10/lib'
make[2]: Entering directory `/brickos-0.2.6.10/lib/c'
/h8300-000821/H-i686-cygwin32/bin/h8300-hms-gcc -O2 -fno-builtin -fomit-frame-po
inter -Wall -I/brickOS/include -I/brickOS/include/lnp -I. -c random.c -o random
.o
: In function `random':
:78: `generator' undeclared (first use in this function)
:78: (Each undeclared identifier is reported only once
:78: for each function it appears in.)
:80: warning: implicit declaration of function `randstep'
132 [main] cc1 822583 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
1035 [main] cc1 822583 open_stackdumpfile: Dumping stack trace to CC1.EXE.sta
ckdump
h8300-hms-gcc.exe: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [random.o] Error 1
make[2]: Leaving directory `/brickos-0.2.6.10/lib/c'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/brickos-0.2.6.10/lib'
make: *** [all] Error 2
tpugsley@laptop /brickOS
$ cd util
tpugsley@laptop /brickOS/util
$ make strip
strip fontdesign.exe
strip: fontdesign.exe: No such file or directory
make: *** [strip] Error 1
tpugsley@laptop /brickOS/util
$ ./firmdl3 ../boot/brickOS.srec
../boot/brickOS.srec: failed to open
tpugsley@laptop /brickOS/util
$ ./dll ../demo/helloworld.lx
unable to load brickOS executable from ../demo/helloworld.lx.
tpugsley@laptop /brickOS/util
$
========================================================
tpugsley@laptop /brickOS
$ less Makefile.common
BASH: /usr/bin/less: Permission denied
tpugsley@laptop /brickOS
$
========================================================
tpugsley@laptop /brickOS/util
$ make fontdesign
gcc -D_WIN32 -O2 -Wall fontdesign.c -o fontdesign
tpugsley@laptop /brickOS/util
$ make strip
strip fontdesign.exe
tpugsley@laptop /brickOS/util
$
========================================================
|
|
Message has 2 Replies:
Message is in Reply To:
18 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
|
|
|
|