|
I followed the installation instructions on
http://legOS/.sourceforge.net/files/linux/debian.
I have already installed the cross-compiler
and legOS.As soon as I type make in the legOS
directory it works untill the following error message:
h8300-hitachi-hms-gcc:installation problem cannot exec 'cc1':No such file or
directory
I have changed the Makefile.common to point to the location of my cross-compiler
as follow
#Linux
TOOLPREFIX=/usr/local/crossgcc/rcx-debian2.1/bin/h8300-hitachi-hms-
Please help.Thank you.
Wouter
|
|
Message has 2 Replies: | | Re: Installing legos
|
| (...) The path to the gcc-lib directory where cc1 resides is hardcoded in the gcc binary. You can overwrite it with the option "-B" though, e.g. changing the COPT in Makefile.common: COPT =-B/usr/local/crossg...b/gcc-lib/ -O2 -fno-builtin (...) (23 years ago, 20-Aug-01, to lugnet.robotics.rcx.legos)
|
3 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|