Jivin Robert S. Grimes lays it down ...
> Hi,
> 
> Okay, I'm very new here, but I'm happy to say I've accomplished quite a 
> lot already - due entirely to all the hard work that you all have done 
> before me!
> 
> Here's what's up:  I have the Freescale/LogicPD M5329EVB board, and I've 
> got uClinux up and running on it.  Pretty straightforward, given all the 
> complexities involved.  I've even figured out how to get my application 
> to show up in the 'make menuconfig' menus, and a rudimentary Makefile.  
> Cool!  My first (simple) question: once I put my app in ../user/myApp, 
> what is the best (i.e. quickest) way to build it, and if successful, the 
> new image?  Simply calling "make" from the distro root seems awfully 
> heavy, if all I've changed is an app file or two...

If you are using the latest dist then

        make user/myApp_only romfs image

should do it for you and be much faster.  On older dists,

        make user_only romfs image

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org http://www.cyberguard.com
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to