Yes, of course David is right. In my original example, I failed to
clarify that myapp is the application root directory, not a file.
Hopefully, this will clarify my example:
user
+-- mydir
+-- myapp
+-- Makefile
+-- anotherapp
+--Makefile
This is what I was talking about; I created my folder (here, mydir) to
contain my applications, and subfolders of that each contain one of my
applications (here, myapp and anotherapp).
As David clarifies, the "_only" is the magic you need for you
application; the stuff to the left is the path to your app. Append it
to the path to your app - so if I wanted to build the second app in my
example only, I would use "make user/mydir/anotherapp_only"
Sorry I was not too clear in my original reply,
-Bob
On 8/22/07, David McCullough <[EMAIL PROTECTED]> wrote:
>
> Jivin [EMAIL PROTECTED] lays it down ...
> > Bob
> >
> > Thanks! Now I see the entry point.
> >
> > "make user/cdl/cdl"
>
> You need to use:
>
> make user/cdl_only
>
> or it will not get the compile options right.
>
> Cheers,
> Davidm
>
> > Cdl is my "main(void)". I am seeing the correct compiler it's not quite
> > getting all the symlinks but with the entry point found I can fix it.
> >
> > Cheers John
> >
> > [EMAIL PROTECTED] wrote on 2007-08-22 12:44:10 PM:
> >
> > > Hi John,
> > >
> > > I had the same question 5-6 months ago!
> > >
> > > Try
> > > make user/mydir/myapp_only
> > >
> > > If you want to build the image and romfs too, do this:
> > > make user/mydir/myapp_only romfs image
> > >
> >
> > _______________________________________________
> > uClinux-dev mailing list
> > [email protected]
> > http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> > This message was resent by [email protected]
> > To unsubscribe see:
> > http://mailman.uclinux.org/mailman/options/uclinux-dev
> >
>
> --
> David McCullough, [EMAIL PROTECTED], Ph:+61 734352815
> Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com
> _______________________________________________
> uClinux-dev mailing list
> [email protected]
> http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
> This message was resent by [email protected]
> To unsubscribe see:
> http://mailman.uclinux.org/mailman/options/uclinux-dev
>
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev