Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-05 Thread Bryan Evenson
: angstrom-distro-devel-boun...@linuxtogo.org [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Bryan Evenson Sent: Wednesday, April 04, 2012 4:38 PM To: Discussion of the angstrom distribution development Subject: Re: [Angstrom-devel] Problems using autotools for new recipe Khem, It

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Bryan Evenson
stribution development Subject: Re: [Angstrom-devel] Problems using autotools for new recipe On Wed, Apr 4, 2012 at 10:11 AM, Bryan Evenson wrote: > > EXTRA_OECONF = > "--sysroot=/media/sda3/stuff/tmp/sysroots/at91sam9x5ek-angstrom-linux-gnueabi" this is compiler option and

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Khem Raj
On Wed, Apr 4, 2012 at 10:11 AM, Bryan Evenson wrote: > > EXTRA_OECONF = > "--sysroot=/media/sda3/stuff/tmp/sysroots/at91sam9x5ek-angstrom-linux-gnueabi" this is compiler option and not configure option this is compiler option but you should not need to set it. OE should be setting it for you _

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Bryan Evenson
;heavy hammer" approach, but quick & easy to try :-) >> -Original Message- >> From: angstrom-distro-devel-boun...@linuxtogo.org >> [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj >> Sent: Tuesday, April 03, 2012 9:46 AM >> T

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Gary Thomas
o-devel-boun...@linuxtogo.org [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj Sent: Tuesday, April 03, 2012 9:46 AM To: Discussion of the angstrom distribution development Subject: Re: [Angstrom-devel] Problems using autotools for new recipe On Tue, Apr 3, 2012 at 5:26 AM, Bry

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-04 Thread Khem Raj
ssage- > From: angstrom-distro-devel-boun...@linuxtogo.org > [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj > Sent: Tuesday, April 03, 2012 9:46 AM > To: Discussion of the angstrom distribution development > Subject: Re: [Angstrom-devel] Problems using autotools for

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-03 Thread Bryan Evenson
[Angstrom-devel] Problems using autotools for new recipe On Tue, Apr 3, 2012 at 5:26 AM, Bryan Evenson wrote: > --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te- > > angstrom-linux-gnueabi your sysroot is pointing to --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te-angstrom-linux-gnuea

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-03 Thread Khem Raj
On Tue, Apr 3, 2012 at 5:26 AM, Bryan Evenson wrote: > --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te- > > angstrom-linux-gnueabi your sysroot is pointing to --sysroot=/media/sda3/stuff/tmp/sysroots/armv5te-angstrom-linux-gnueabi and I hope under that dir you have crt1.o __

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-03 Thread Bryan Evenson
/usr/share/info' install_sh='${SHELL} /media/sda3/stuff/tmp/work/armv5te-angstrom-linux-gnueabi/ih3-main-app-0.0.1-r1/ih3-main-app-0.0.1/install-sh' libdir='/usr/lib' libexecdir='/usr/libexec' localedir='${datarootdir}/locale' localstatedir='/var&#

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Khem Raj
On Mon, Apr 2, 2012 at 7:45 AM, Bryan Evenson wrote: > > /media/sda3/stuff/tmp/sysroots/i686-linux/usr/armv5te/lib/gcc/arm-angstrom-linux-gnueabi/4.5.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: > crt1.o: No such file: No such file or directory > collect2: ld returned 1 exit status > configur

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Bryan Evenson
riginal Message- From: angstrom-distro-devel-boun...@linuxtogo.org [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Khem Raj Sent: Monday, April 02, 2012 9:47 AM To: Discussion of the angstrom distribution development Subject: Re: [Angstrom-devel] Problems using autotools for new re

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Christophe Aeschlimann
On 02.04.2012 15:55, Christophe Aeschlimann wrote: > Hi Bryan, > > On 02.04.2012 15:16, Bryan Evenson wrote: > > [...] > >> My Bitbake recipe is pretty minimal: >> >> DESCRIPTION = "App Name" >> AUTHOR = "Author" >> PR = "r1" >> SRC_URI = "file:///path/to/tarball/${PN}-${PV}.tar.gz" >> DEPENDS

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Christophe Aeschlimann
Hi Bryan, On 02.04.2012 15:16, Bryan Evenson wrote: [...] > My Bitbake recipe is pretty minimal: > > DESCRIPTION = "App Name" > AUTHOR = "Author" > PR = "r1" > SRC_URI = "file:///path/to/tarball/${PN}-${PV}.tar.gz" > DEPENDS = "virtual/kernel" > > S = "${WORKDIR}" > > inherit autotools > >

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Khem Raj
On Mon, Apr 2, 2012 at 6:16 AM, Bryan Evenson wrote: > My Bitbake recipe is pretty minimal: > > DESCRIPTION = "App Name" > AUTHOR = "Author" > PR = "r1" > SRC_URI = "file:///path/to/tarball/${PN}-${PV}.tar.gz" > DEPENDS = "virtual/kernel" > > S = "${WORKDIR}" > > inherit autotools > > do_install (

Re: [Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Bryan Evenson
-devel-boun...@linuxtogo.org [mailto:angstrom-distro-devel-boun...@linuxtogo.org] On Behalf Of Bryan Evenson Sent: Monday, April 02, 2012 9:16 AM To: angstrom-distro-devel@linuxtogo.org Subject: [Angstrom-devel] Problems using autotools for new recipe I feel I am very close to getting my new

[Angstrom-devel] Problems using autotools for new recipe

2012-04-02 Thread Bryan Evenson
I feel I am very close to getting my new Bitbake recipe working with Angstrom, but I am running into issues with autotools working with Bitbake. I know I must have something misconfigured, but I don't know what it could be. For reference, here is the output of my log.do_configure: + do_config