Subject:
|
Re: trouble compiling brickOS
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Wed, 3 Sep 2003 20:16:53 GMT
|
Viewed:
|
3355 times
|
| |
| |
Daniel Secrieru wrote:
> After I passed all the makefile issues, gcc 3.3 mlsl problems, I still get
> this error from memcpy.c:
Run ./configure!!!
> gcc -O2 -fno-builtin -fomit-frame-pointer -Wall
> /tmp/ccZnVRPf.s:15: Error: no such instruction: `beq 1f'
Let me guess: You use the original c compiler of your linux
distribution. May be that configure will complain that it does not find
the gcc compiler?
You run Linux on a Intel box. Your normal gcc will compile c to intel
machine code. But you must have a c compiler that runs on intel but
compiles to and understands the hitachi assembler for the processor of
the RCX.
Regards,
Michael
|
|
Message has 1 Reply: | | Re: trouble compiling brickOS
|
| (...) I did! (...) It did complain and I did install the hitachi 8300 gcc version. Funny thing, after installing it, the configure script was still complaining that it cannot find the hitachi gcc compiler, although the binaries were right there in (...) (21 years ago, 5-Sep-03, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | trouble compiling brickOS
|
| Hi! I am pretty new to lego and I started for a few days to make my rcx work under Linux. After I passed all the makefile issues, gcc 3.3 mlsl problems, I still get this error from memcpy.c: make[1]: Entering directory (...) (21 years ago, 3-Sep-03, to lugnet.robotics.rcx.legos)
|
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
|
|
|
|