|
| | Re: Cygwin/Gcc/Legos-0.2.6 Installation
|
| (...) Something is definitely not quite right with your setup. Makefile.common in the util subdirectory of the BrickOS tree has the following code in it: # # WindowsNT/Cygnwin, test against several values: # ifneq (,$(findstring $(OSTYPE),cygwin32 (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.438) |
|
| | Re: Cygwin/Gcc/Legos-0.2.6 Installation
|
| Rick, I have never used 'make strip' and have been using legOS/BrickOS for quite some time now. So, if it doesn't work, that should not stop you from continuing. However, with BrickOS, the make strip command now executes 'strip fontdesign.exe (...) (22 years ago, 10-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.438) |
|
|
| brickos (score: 0.438) |
|
|
| brickos (score: 0.438) |
|
| | Re: Gcc Problems
|
| (...) Your previous post indicated that you were running under cygwin, iirc, so the line to which you refer above is not where your problem lies. In Makefile.common there are several sections that only apply to a particular operating system, cygwin, (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.438) |
|
| | Cygwin/Gcc/Legos Installation
|
| Hello, Need some help on deciphering the following Errors: Errors when executing the Make Depend Command: ...../h8300-hitachi-hms-gcc: not found make [1]: ***[depend] Error 127 make: ***[depend] Error 2 Errors when executing the Make Command: (...) (22 years ago, 9-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.437) |
|
| | Re: How to setup gcc and make in cygwin
|
| Actually there is a set of updated instructions for Windows with the most recent being for brickOS. brickOS is the continued development effort foe legOS. AT the request of The LEGO Group the name has changed. So the most recent information can be (...) (22 years ago, 16-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.437) |
|
| | Re: How to setup gcc and make in cygwin
|
| I, too, have been at it for three weeks. gcc and bintools build OK under cygwin, but when it gets to the cross-compiler, the whole make process craps out. The compile fails because some of the cross-compiler sources are (complaining about) missing (...) (22 years ago, 3-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.437) |
|
| | a suggestion for BrickOS
|
| Who would I contact about creating a library of math functions? (sqrt, sin, cos, tan, invsin, invcos, invtan, and ect.) Would they be able to add the library to the standard files in the BrickOS project? Timothy (22 years ago, 1-Oct-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.437) |
|
| | brickOS status update
|
| We are continuing to update our web site. The front page contains the latest news. (URL) have pushed another round of API docs to the web. New in this version are the brickOS Kernel Developer set and new example program pages (autogenerated from our (...) (22 years ago, 25-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.436) |
|
|
| brickos (score: 0.436) |
|
| | Watch Dog Timer on the H8
|
| Has anyone been able to make use of the Watch Dog Timer on the RCX? The H8 documentation seems to spell out the workings quite well. BrickOS (LegOS) has minimal support (a vector is declared for both NMI and overflow) and pbForth files list the WDT (...) (22 years ago, 27-Sep-02, to lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.436) |
|
| | Update for DJGPP version
|
| Here is an update for my (slow) progress for creating a DJGPP compatible or port of brickOS. At this time I am solely focused on getting a cross compiler built and putting off other issues (such as tty comms, see (URL) I have tried three methods to (...) (22 years ago, 27-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.436) |
|
| | brickOS general news
|
| We've been working on our web-site (URL) welcome comments. If you'd like to see something specific that is not already there please let us know. Development work on brickOS has been lively over the past couple of weeks. So watch for another test (...) (22 years ago, 12-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.435) |
|
| | Re: small patch to build dll on linux
|
| John, I believe I have a good solution. I ran a test both under Win98 and a forced Linux OS (set OSTYPE=LINUX in makefiles). Below is a patch file for the current CVS version of brickOS. As soon as I get confirmation that this does fix my bug I will (...) (22 years ago, 12-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.433) |
|
| | Re: small patch to build dll on linux
|
| John, There is another one in $(BRICKOS_ROOT)\Make...le.common. It will below the line you comment here but I don't see any typos # # Cygwin 1.1 # ifneq (,$(findstring CYGWIN,$(OSTYPE))) What do you get when you type uname at the prompt? Ed John (...) (22 years ago, 7-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.432) |
|
| | Warning cleanup questions with gcc3.2
|
| When compiling brickos with gcc3.2, I get a lot (about 360 or so) of warnings about two things; a) warning: multi-line string literals are deprecated These seem to be mostly quotes around blocks of assembly code. Some of the code in lib/mint seems (...) (22 years ago, 5-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.432) |
|
|
| brickos (score: 0.432) |
|
| | Re: Warning cleanup questions with gcc3.2
|
| (...) <snip> (...) I'd like to say not at this time. Let me explain and then let's all comment so I can see how my idea resonates with ya'll ;-) I'd like to hold off addressing the GCC 3.x issues for only this upcoming release (brickOS 1.0.0). My (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx.legos)
| |
| brickos (score: 0.432) |
|
|
| brickos (score: 0.432) |