| | Can't build brickOS on Linux
|
|
Hi all, I just installed binutils and gcc, targeted at the h8300-hms platform. Worked fine, however, when I try to build brickOS (0.9.0), it bails with this error: make[2]: Entering directory `/home/bart/download...lib/float' (...) (20 years ago, 27-Apr-05, to lugnet.robotics.rcx.legos)
|
|
| | Re: Can't build brickOS on Linux
|
|
(...) Try my patch brickos-gcc33.diff from (URL) should fix this problem. Best Regards, Jochen (20 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
|
|
| | Re: Can't build brickOS on Linux
|
|
(...) <skip problems with gcc 3.3> (...) It seems to fix the problem, but it needs the g++ compiler, which I cannot build for the h8300-hms platform: checking for extra compiler flags for building... configure: WARNING: No native atomic operations (...) (20 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
|
|
| | Re: Can't build brickOS on Linux
|
|
(...) Look if there is a configure switch to disable building the standard C++ libraries (you don't need them for brickos). IIRC building g++ only gave an error after it built and installed the g++ compiler, but that was with gcc-3.4. (...) I think (...) (20 years ago, 28-Apr-05, to lugnet.robotics.rcx.legos)
|