[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] adding shared libraries to petalinux
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] adding shared libraries to petalinux
- From: "Jeff White" <jdwhite08@xxxxxxxxx>
- Date: Wed, 3 Oct 2007 11:48:46 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=O/VtLA/IvxlDhHHQboyeBHX65LQFc6XEuNpyrm/QO1o=; b=KIr2Mk1lya58k41BeaYWX52nc8i4JHJK2ncgCXtekpQb+ghAceI20bPLqcAo735i0e9viYUNaJNzCeXDYrL4jfLOSAuN0xiErag8bvEsjOsscfbOPQx4/f73dZPYfu/0U1KzKzBAn1YRFCPONdHhNFRnDheuqI5zlEpo8Pz/uYY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=M6tGccVbRg6iaxhgNspIT4xJo04Sa10r6WV7ZmP5u4xuhLXFGHVZ/EcmDMty9riYm4wI2apbu0p7m8eS0TpV/rpoQYYlWrLq3Zsz6wtHXvUrmKb9BJH+xT7P3UlK79u0RuMK5ZvSsOgc9Pur3jV/6nq87OjY6qYnOUpKlrdCZmw=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Does anyone know how to add shared libraries to the microblaze petalinux dist.
I have added the shared libraries to /petalinux-v0.20-rc3/software/petalinux-dist/lib.
When I try and compile the code that I created it gives this error:
microblaze-uclinux-g++ -lvenusdrv -lvenus usb_reader.o functions.o -L/home/jdwhite08/petalinux-v0.20-rc3/software/petalinux-dist/romfs/lib /lib/libfplib.a /lib/verify.a /lib/extlib.a /lib/enclib.a
/home/jdwhite08/petalinux-
v0.20-rc3/tools/linux-i386/microblaze-uclinux-tools/bin/../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/bin/ld.real: cannot find -lvenusdrv
collect2: ld returned 1 exit status
make: *** [usb_reader] Error 1
The microblaze g++ complier is not finding the links to the shared libraries.
How do I link the libraries to g++?
I am trying to add libraries for a usb fingerprint reader and libusb.
Thanks,
Jeff White