| | Gcc/BrickOS installation issues Steven McNutt
|
| | 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 John Hansen
|
| | | | (...) 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 John Hansen
|
| | | | | | (...) BricxCC page. (URL) Hansen (22 years ago, 25-Mar-03, to lugnet.robotics.rcx.legos)
|
| | | | | | |
| | | | | | Re: Gcc/BrickOS installation issues Max Bowsher
|
| | | | | (...) 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 Nick Tarleton
|
| | | | You did build binutils first didn't you? (22 years ago, 26-Mar-03, to lugnet.robotics.rcx.legos)
|
| | | | |