* bitbake error on ncurses_5.4.bb C compiler cannot create executables
@ 2010-07-27 4:14 ranjith kannikara
2010-07-27 9:15 ` Paul Menzel
0 siblings, 1 reply; 6+ messages in thread
From: ranjith kannikara @ 2010-07-27 4:14 UTC (permalink / raw)
To: openembedded-devel
Hi,
I was trying to run " bitbake fso-illume-image" and it rerturned an error
that do_config on ncurses5.4.bb failed
the respective log is
Configuring NCURSES 5.4 ABI 5 (Tue Jul 27 09:32:35 IST 2010)
checking build system type... i686-pc-linux-gnu
checking host system type... arm-oe-linux-gnueabi
checking target system type... arm-oe-linux-gnueabi
Configuring for linux-gnueabi
checking for prefix... /usr
checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc
-march=armv4t -mtune=arm920t -mthumb-interwork -mthumb
checking whether the C compiler works... no
configure: error: in
`/home/ranjith/test/build/tmp/work/armv4t-oe-linux-gnueabi/ncurses-5.4-r20.0/ncurses-5.4':
configure: error: C compiler cannot create executables
See `config.log' for more details.
and the config.log entry is
.## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define SYSTEM_NAME "linux-gnueabi"
configure: exit 77
I tried googling and tried installing gcc newer version, buildessentials,
epenembedded-essentials, but nothign worked for me.
So can any one help me in this regard to solve this issue ,,
Regards,
Ranjith
--
Ranjith Babu Kannikara
0091 9809215273
Student, Computer science and engg, GEC Thrissur...
Student developer google ( 2008 GSOC ).
http://sourceforge.net/users/kannikara
http://www.ranjithkannikara.blogspot.com/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bitbake error on ncurses_5.4.bb C compiler cannot create executables
2010-07-27 4:14 bitbake error on ncurses_5.4.bb C compiler cannot create executables ranjith kannikara
@ 2010-07-27 9:15 ` Paul Menzel
2010-07-27 9:25 ` Robert P. J. Day
0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2010-07-27 9:15 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1684 bytes --]
Dear Ranjith,
Am Dienstag, den 27.07.2010, 09:44 +0530 schrieb ranjith kannikara:
> I was trying to run " bitbake fso-illume-image" and it rerturned an error
> that do_config on ncurses5.4.bb failed
> the respective log is
>
> Configuring NCURSES 5.4 ABI 5 (Tue Jul 27 09:32:35 IST 2010)
> checking build system type... i686-pc-linux-gnu
> checking host system type... arm-oe-linux-gnueabi
> checking target system type... arm-oe-linux-gnueabi
> Configuring for linux-gnueabi
> checking for prefix... /usr
> checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc
> -march=armv4t -mtune=arm920t -mthumb-interwork -mthumb
> checking whether the C compiler works... no
> configure: error: in
> `/home/ranjith/test/build/tmp/work/armv4t-oe-linux-gnueabi/ncurses-5.4-r20.0/ncurses-5.4':
> configure: error: C compiler cannot create executables
Do other recipes work correctly?
> See `config.log' for more details.
>
> and the config.log entry is
>
> .## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define SYSTEM_NAME "linux-gnueabi"
>
> configure: exit 77
>
> I tried googling and tried installing gcc newer version, buildessentials,
> epenembedded-essentials, but nothign worked for me.
> So can any one help me in this regard to solve this issue ,,
You did not provide information on what configuration and distribution
you use. Did you try to rebuild the whole tree in a clean environment?
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bitbake error on ncurses_5.4.bb C compiler cannot create executables
2010-07-27 9:15 ` Paul Menzel
@ 2010-07-27 9:25 ` Robert P. J. Day
2010-07-27 15:37 ` Hauser, Wolfgang (external)
0 siblings, 1 reply; 6+ messages in thread
From: Robert P. J. Day @ 2010-07-27 9:25 UTC (permalink / raw)
To: openembedded-devel
On Tue, 27 Jul 2010, Paul Menzel wrote:
> Dear Ranjith,
>
>
> Am Dienstag, den 27.07.2010, 09:44 +0530 schrieb ranjith kannikara:
>
> > I was trying to run " bitbake fso-illume-image" and it rerturned an error
> > that do_config on ncurses5.4.bb failed
> > the respective log is
> >
> > Configuring NCURSES 5.4 ABI 5 (Tue Jul 27 09:32:35 IST 2010)
> > checking build system type... i686-pc-linux-gnu
> > checking host system type... arm-oe-linux-gnueabi
> > checking target system type... arm-oe-linux-gnueabi
> > Configuring for linux-gnueabi
> > checking for prefix... /usr
> > checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc
> > -march=armv4t -mtune=arm920t -mthumb-interwork -mthumb
> > checking whether the C compiler works... no
> > configure: error: in
> > `/home/ranjith/test/build/tmp/work/armv4t-oe-linux-gnueabi/ncurses-5.4-r20.0/ncurses-5.4':
> > configure: error: C compiler cannot create executables
>
> Do other recipes work correctly?
>
> > See `config.log' for more details.
> >
> > and the config.log entry is
> >
> > .## ----------- ##
> > ## confdefs.h. ##
> > ## ----------- ##
> >
> > /* confdefs.h */
> > #define PACKAGE_NAME ""
> > #define PACKAGE_TARNAME ""
> > #define PACKAGE_VERSION ""
> > #define PACKAGE_STRING ""
> > #define PACKAGE_BUGREPORT ""
> > #define PACKAGE_URL ""
> > #define SYSTEM_NAME "linux-gnueabi"
> >
> > configure: exit 77
> >
> > I tried googling and tried installing gcc newer version, buildessentials,
> > epenembedded-essentials, but nothign worked for me.
> > So can any one help me in this regard to solve this issue ,,
>
> You did not provide information on what configuration and distribution
> you use. Did you try to rebuild the whole tree in a clean environment?
not sure if this will be of any help but when i tried to build
yesterday, i also got an error on ncurses. i didn't do any debugging,
i just waited a bit, did a "git pull", noticed some ncurses commits,
tried again and it built. so are you working with the absolutely
latest repo contents?
and, yes, it would be useful to know your distro and architecture.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bitbake error on ncurses_5.4.bb C compiler cannot create executables
2010-07-27 9:25 ` Robert P. J. Day
@ 2010-07-27 15:37 ` Hauser, Wolfgang (external)
2010-07-28 3:05 ` ranjith kannikara
0 siblings, 1 reply; 6+ messages in thread
From: Hauser, Wolfgang (external) @ 2010-07-27 15:37 UTC (permalink / raw)
To: openembedded-devel
I use the http://gitorious.org/angstrom/openembedded repository, and the latest pull reports the same error to me !
I build an image extending a console-base-image for opma3evm using angstrom distro.
Regards
Wolfgang Hauser
-----Ursprüngliche Nachricht-----
Von: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] Im Auftrag von Robert P. J. Day
Gesendet: Dienstag, 27. Juli 2010 11:26
An: openembedded-devel@lists.openembedded.org
Betreff: Re: [oe] bitbake error on ncurses_5.4.bb C compiler cannot create executables
On Tue, 27 Jul 2010, Paul Menzel wrote:
> Dear Ranjith,
>
>
> Am Dienstag, den 27.07.2010, 09:44 +0530 schrieb ranjith kannikara:
>
> > I was trying to run " bitbake fso-illume-image" and it rerturned an error
> > that do_config on ncurses5.4.bb failed
> > the respective log is
> >
> > Configuring NCURSES 5.4 ABI 5 (Tue Jul 27 09:32:35 IST 2010)
> > checking build system type... i686-pc-linux-gnu
> > checking host system type... arm-oe-linux-gnueabi
> > checking target system type... arm-oe-linux-gnueabi
> > Configuring for linux-gnueabi
> > checking for prefix... /usr
> > checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc
> > -march=armv4t -mtune=arm920t -mthumb-interwork -mthumb
> > checking whether the C compiler works... no
> > configure: error: in
> > `/home/ranjith/test/build/tmp/work/armv4t-oe-linux-gnueabi/ncurses-5.4-r20.0/ncurses-5.4':
> > configure: error: C compiler cannot create executables
>
> Do other recipes work correctly?
>
> > See `config.log' for more details.
> >
> > and the config.log entry is
> >
> > .## ----------- ##
> > ## confdefs.h. ##
> > ## ----------- ##
> >
> > /* confdefs.h */
> > #define PACKAGE_NAME ""
> > #define PACKAGE_TARNAME ""
> > #define PACKAGE_VERSION ""
> > #define PACKAGE_STRING ""
> > #define PACKAGE_BUGREPORT ""
> > #define PACKAGE_URL ""
> > #define SYSTEM_NAME "linux-gnueabi"
> >
> > configure: exit 77
> >
> > I tried googling and tried installing gcc newer version, buildessentials,
> > epenembedded-essentials, but nothign worked for me.
> > So can any one help me in this regard to solve this issue ,,
>
> You did not provide information on what configuration and distribution
> you use. Did you try to rebuild the whole tree in a clean environment?
not sure if this will be of any help but when i tried to build
yesterday, i also got an error on ncurses. i didn't do any debugging,
i just waited a bit, did a "git pull", noticed some ncurses commits,
tried again and it built. so are you working with the absolutely
latest repo contents?
and, yes, it would be useful to know your distro and architecture.
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Top-notch, inexpensive online Linux/OSS/kernel courses
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bitbake error on ncurses_5.4.bb C compiler cannot create executables
2010-07-27 15:37 ` Hauser, Wolfgang (external)
@ 2010-07-28 3:05 ` ranjith kannikara
2010-07-28 7:10 ` Koen Kooi
0 siblings, 1 reply; 6+ messages in thread
From: ranjith kannikara @ 2010-07-28 3:05 UTC (permalink / raw)
To: openembedded-devel
hi,
Thanks for all the responses.
I am using
bitbake 1.8.18
openembedded latest git pull form dev
os-ubuntu 10.04
I got the problem cleared by just commenting the line which has the flag
"-fforward- ***" in the file ncurses5.4.inc <http://ncurses5.4.bb/>
Regards,
Ranjith
On Tue, Jul 27, 2010 at 9:07 PM, Hauser, Wolfgang (external) <
Wolfgang.Hauser.external@eads.com> wrote:
> I use the http://gitorious.org/angstrom/openembedded repository, and the
> latest pull reports the same error to me !
>
> I build an image extending a console-base-image for opma3evm using angstrom
> distro.
>
> Regards
> Wolfgang Hauser
>
> -----Ursprüngliche Nachricht-----
> Von: openembedded-devel-bounces@lists.openembedded.org [mailto:
> openembedded-devel-bounces@lists.openembedded.org] Im Auftrag von Robert
> P. J. Day
> Gesendet: Dienstag, 27. Juli 2010 11:26
> An: openembedded-devel@lists.openembedded.org
> Betreff: Re: [oe] bitbake error on ncurses_5.4.bb C compiler cannot create
> executables
>
> On Tue, 27 Jul 2010, Paul Menzel wrote:
>
> > Dear Ranjith,
> >
> >
> > Am Dienstag, den 27.07.2010, 09:44 +0530 schrieb ranjith kannikara:
> >
> > > I was trying to run " bitbake fso-illume-image" and it rerturned an
> error
> > > that do_config on ncurses5.4.bb failed
> > > the respective log is
> > >
> > > Configuring NCURSES 5.4 ABI 5 (Tue Jul 27 09:32:35 IST 2010)
> > > checking build system type... i686-pc-linux-gnu
> > > checking host system type... arm-oe-linux-gnueabi
> > > checking target system type... arm-oe-linux-gnueabi
> > > Configuring for linux-gnueabi
> > > checking for prefix... /usr
> > > checking for arm-oe-linux-gnueabi-gcc... arm-oe-linux-gnueabi-gcc
> > > -march=armv4t -mtune=arm920t -mthumb-interwork -mthumb
> > > checking whether the C compiler works... no
> > > configure: error: in
> > >
> `/home/ranjith/test/build/tmp/work/armv4t-oe-linux-gnueabi/ncurses-5.4-r20.0/ncurses-5.4':
> > > configure: error: C compiler cannot create executables
> >
> > Do other recipes work correctly?
> >
> > > See `config.log' for more details.
> > >
> > > and the config.log entry is
> > >
> > > .## ----------- ##
> > > ## confdefs.h. ##
> > > ## ----------- ##
> > >
> > > /* confdefs.h */
> > > #define PACKAGE_NAME ""
> > > #define PACKAGE_TARNAME ""
> > > #define PACKAGE_VERSION ""
> > > #define PACKAGE_STRING ""
> > > #define PACKAGE_BUGREPORT ""
> > > #define PACKAGE_URL ""
> > > #define SYSTEM_NAME "linux-gnueabi"
> > >
> > > configure: exit 77
> > >
> > > I tried googling and tried installing gcc newer version,
> buildessentials,
> > > epenembedded-essentials, but nothign worked for me.
> > > So can any one help me in this regard to solve this issue ,,
> >
> > You did not provide information on what configuration and distribution
> > you use. Did you try to rebuild the whole tree in a clean environment?
>
> not sure if this will be of any help but when i tried to build
> yesterday, i also got an error on ncurses. i didn't do any debugging,
> i just waited a bit, did a "git pull", noticed some ncurses commits,
> tried again and it built. so are you working with the absolutely
> latest repo contents?
>
> and, yes, it would be useful to know your distro and architecture.
>
> rday
>
> --
>
> ========================================================================
> Robert P. J. Day Waterloo, Ontario, CANADA
>
> Top-notch, inexpensive online Linux/OSS/kernel courses
> http://crashcourse.ca
>
> Twitter: http://twitter.com/rpjday
> LinkedIn: http://ca.linkedin.com/in/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
Ranjith Babu Kannikara
0091 9809215273
Student, Computer science and engg, GEC Thrissur...
Student developer google ( 2008 GSOC ).
http://sourceforge.net/users/kannikara
http://www.ranjithkannikara.blogspot.com/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bitbake error on ncurses_5.4.bb C compiler cannot create executables
2010-07-28 3:05 ` ranjith kannikara
@ 2010-07-28 7:10 ` Koen Kooi
0 siblings, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2010-07-28 7:10 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 28-07-10 05:05, ranjith kannikara wrote:
> hi,
> Thanks for all the responses.
> I am using
> bitbake 1.8.18
> openembedded latest git pull form dev
> os-ubuntu 10.04
>
> I got the problem cleared by just commenting the line which has the flag
> "-fforward- ***" in the file ncurses5.4.inc <http://ncurses5.4.bb/>
I don't think you have the latest OE:
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=181244a3a629b6dacd5f221f9e9380ba9a078bb0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMT9fkMkyGM64RGpERAqd0AJ45CfYh85FO1oeSlRruRaF7GVThDwCdF4ff
d3Y5ncOBSV3zNk1yundacQQ=
=iz37
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-07-28 7:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 4:14 bitbake error on ncurses_5.4.bb C compiler cannot create executables ranjith kannikara
2010-07-27 9:15 ` Paul Menzel
2010-07-27 9:25 ` Robert P. J. Day
2010-07-27 15:37 ` Hauser, Wolfgang (external)
2010-07-28 3:05 ` ranjith kannikara
2010-07-28 7:10 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.