| | Gcc/BrickOS installation issues
|
|
Hi, I'm trying to compile Gcc/BrickOS under cygwin. I have latest version of BrickOS. I tried running ./buildgcc.sh, and the last few lines of that were: bc -I. -I/build/gcc-2.95.2/gcc -I/build/gcc-2.95.2/gcc/config -I/build/gcc- 2.95 (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: Gcc/BrickOS installation issues
|
|
(...) It is extremely difficult to get GCC to build under cygwin. I would highly recommend installing the pre-built binaries from Hitachi's website. I have a set of instructions at (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: Gcc/BrickOS installation issues
|
|
(...) BricxCC page. (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: Gcc/BrickOS installation issues
|
|
(...) Not so. Here is the script I use. I suspect that the buildgcc.sh may have omitted to make sure the newly-installed binutils were in the PATH whilst building gcc. Max. BEGIN-SCRIPT #!/bin/bash # Syntax: ./build-h8x (binutils-srcdir|gcc-srcdir) (...) (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
|
|
| | Re: Gcc/BrickOS installation issues
|
|
You did build binutils first didn't you? (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
|