[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] how install packages or programs in my uClinux??



Hi Moises,

moises j. cabrera wrote:

First, make sure you have read this page:

http://developer.petalogix.com/wiki/UserGuide/Customising/UserApps

i want to know how can i install some packages (for example some libraries or programs) in my uClinux running, can i use apt-get or something like that?? is it possible??

Do i need install my packages before generate image.bin or can i install them when my uClinux is running??

Typically the procedure is to add the application to the PetALinux build process, compile it, link it into the image.bin, then run it on the microblaze.

In fact i want install a program call Player (it is a server for robots http://playerstage.sourceforge.net ) in my uClinux, but i have no idea how can i do this, i have no problem install player in my linux machine, but is it possible install it in my uClinux??
any ideas please??
Is player built using the GNU autoconf tools (./configure)?

If so, these can be relatively easy to integrate to PetaLinux dist - take a look in e.g. petalinux-dist/user/ethtool/Makefile. It gives a good example of how to build such packages inside the Linux distribution.

You could merge this Makefile with the ones generated by the petalinux-new-app if you want to build the app outside the petalinux-dist tree.

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/