Subject:
|
Re: CYGWIN & legOS 0.2.5.3
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 19 Apr 2002 04:14:12 GMT
|
Viewed:
|
1885 times
|
| |
| |
In lugnet.robotics.rcx.legos, Joseph Woolley writes:
> I am on Win2k, CYGWIN 1.3.10-1 (cygcheck), CYGWIN_NT-5.0 (uname),
> legOS-0.2.5.3, 2000r1_i686-cygwin32-x-h8300-hms.zip (from Hitachi's site)
> ------------------------------------
> diff --recursive legOS-0.2.5.3/Makefile.common
> legOS-0.2.5.3-working/Makefile.common
> 52c52
> < TOOLPREFIX=h8300-hitachi-hms-
> ---
> > TOOLPREFIX=h8300-hms-
Am I understanding your diff? This version does not
have the "hitachi" segment in the path?
> diff --recursive legOS-0.2.5.3/include/c++/Motor.H
> legOS-0.2.5.3-working/include/c++/Motor.H
> 89,90c89,90
> < const void (*ms)(unsigned char speed);
> < const void (*md)(const MotorDirection dir);
> ---
> > void (*ms)(unsigned char speed);
> > void (*md)(const MotorDirection dir);
And if I'm understanding this, this version of the
tool chain does not support 'const'?
If this is true, I'm not a fan of removing const from our
code. const use is more correct than removing it.
Regards,
Stephen
--
|
|
Message has 1 Reply: | | Re: CYGWIN & legOS 0.2.5.3
|
| Stephen, <snip> (...) Well, the only thing that it is complaining about (that I had to remove) is the use of const void func_decl(...) Really, I want to know what the difference is between: const void foo(void) --- and --- void foo(void) Does the (...) (23 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | CYGWIN & legOS 0.2.5.3
|
| I have verified that the following configuration works (but not without some minor modifications). I am hoping to submit and include the modifications in a future release of legOS (maybe 0.2.7). Apparently, the GNU Toolchain available from the (...) (23 years ago, 19-Apr-02, to lugnet.robotics.rcx.legos)
|
5 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|