Subject:
|
Re: Making LegOS under Win98
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Sat, 24 Jun 2000 21:16:38 GMT
|
Viewed:
|
1286 times
|
| |
| |
I did not have the lnp.c file, so I copied it to the util/dll-src directory. It did not
change anything. Then I downloaded and installed the CVS version. It still gave the same
errors.
This is exactly what errors were specified:
/legOS/util/merge-map: not found
No rule to make target 'helloworld.lx', needed by all. Stop.
I know that merge-map is a Perl script, so installed ActivePerl. This did not change
anything either.
Andy
Luis Villa wrote:
> Hmm. OK, well, if you look in ../Makefile.user (which is included from
> demo/Makefile) on the very last line you'll see this:
>
> %.lx: %.ds1 %.ds2
> $(MAKELX) $*.ds1 $*.ds2 $*.lx
>
> That is a rule to make all .lx files. So, the rule is there and should be
> included as part of demo/makefile. Why it isn't reading it I can't be exactly
> sure, but the rule is clearly there, and has been for at least the last
> two months (which is as far back as our CVS tree goes.)
>
> Two things to try: in util/dll-src/, is there a file named lnp.c? If not,
> copy lnp.c from legOS/kernel/lnp.c to util/dll-src/lnp.c. They do a "make
> realclean" and then a "make depend" and a "make."
>
> If lnp.c was already there, try this: download the CVS version of legOS
> from here:
>
> http://www.duke.edu/~liv/legOS.tgz
>
> And install it the same way that you did for legOS-0.2.4.tar.gz as
> indicated in the cygwin install instructions. See if that changes
> anything.
>
> Let me know-
> Luis
>
> On Sat, 24 Jun 2000, Andy Gombos wrote:
>
> > Date: Sat, 24 Jun 2000 13:03:01 -0400
> > From: Andy Gombos <gombos@ne.infi.net>
> > To: Luis Villa <liv@duke.edu>
> > Cc: lugnet.robotics.rcx.legos@lugnet.com
> > Subject: Re: Making LegOS under Win98
> >
> > I am running Cygwin Version 2.02(bash). I think this is the old version. I got the
> > file from source forge. legOS.sourceforge.net/files/common/legOS-0.2.4.tar.gz I
> > think it was linked to from the Cygwin Instructions page too.
> >
> >
> >
> > Luis Villa wrote:
> >
> > > Andy-
> > > 3 Questions:
> > > 1) What version are you running?
> > > 2) Where/when did you get the file from?
> > > 3) Can I see the Makefile in question? (should be legOS/demo/Makefile,
> > > also legOS/Makefile.user) Neither or these have been changed in more than
> > > two months in CVS, so I doubt the problem is in either one of them, but
> > > I'd like to see them anyway.
> > >
> > > Thanks and good luck-
> > > Luis
> > >
> > > On Sat, 24 Jun 2000, Andy Gombos wrote:
> > > > Hello,
> > > >
> > > > I am trying to build LegOS 0.2.4 under Win98, using Paolo Masetti's
> > > > instructions for cygwin. When I MAKE, it says that there are no rules to
> > > > compile helloworld.lx needed by all. I looked in the makefile, and could not
> > > > find a rule. I also looked in previous offical releases. There is also not a
> > > > rule there. What is wrong?
> > > >
> > > > Thnx in Advance,
> > > > Andy
> > > >
> > > >
> > >
> > > -----------------------------------------------------------------------
> > >
> > > "Going to California with an aching in my heart.
> > > Someone told me there's a girl out there
> > > with love in her eyes and flowers in her hair."
> > > -Led Zeppelin, "Going to California"
> > >
> > > -----------------------------------------------------------------------
> >
> >
> >
>
> -----------------------------------------------------------------------
>
> "Going to California with an aching in my heart.
> Someone told me there's a girl out there
> with love in her eyes and flowers in her hair."
> -Led Zeppelin, "Going to California"
>
> -----------------------------------------------------------------------
|
|
Message has 1 Reply: | | Re: Making LegOS under Win98
|
| Hi All I was wondering if anyone has some sample LNP applications posted anywhere, or if there is any sample code and/or docs online. I'm having abi tof difficulty diving into it, so to speak ;-) Colin Ryan (24 years ago, 28-Jun-00, to lugnet.robotics.rcx.legos)
|
Message is in Reply To:
| | Re: Making LegOS under Win98
|
| Hmm. OK, well, if you look in ../Makefile.user (which is included from demo/Makefile) on the very last line you'll see this: %.lx: %.ds1 %.ds2 $(MAKELX) $*.ds1 $*.ds2 $*.lx That is a rule to make all .lx files. So, the rule is there and should be (...) (24 years ago, 24-Jun-00, to lugnet.robotics.rcx.legos)
|
3 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
|
|
|
|