From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] buildroot ncurses build problem
Date: Tue, 28 Feb 2012 22:48:14 +0000 [thread overview]
Message-ID: <201202282248.14809.arnout@mind.be> (raw)
In-Reply-To: <CAAXf6LX=31pR9AXMSvmBZOkJBvWMyrxD76_KptKXsECk+HV5Sg@mail.gmail.com>
On Tuesday 28 February 2012 15:32:34 Thomas De Schampheleire wrote:
> On Tue, Feb 28, 2012 at 4:12 PM, <snarf77@free.fr> wrote:
> >> /bin/sh: -I../c++: not found
> >> make: *** [../objects/cursesf.o] Error 127
>
> It seems that the compiler is not correctly filled in (the variable is empty).
Search for CXX in output/build/host-ncurses-5.7/config.log and
output/build/host-ncurses-5.7/c++/Makefile
In output/build/host-ncurses-5.7/config.log you should find:
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='/usr/bin/g++'
This leads to the following in
output/build/host-ncurses-5.7/c++/Makefile:
CXX = /usr/bin/g++
By the way, you do have /usr/bin/g++ installed I hope?
If you've changed anything in your environment (e.g. installed g++),
you have to do a clean build of the package:
make host-ncurses-dirclean
make
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286540
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2012-02-28 22:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1425693603.1137500.1330438475530.JavaMail.root@zimbra22-e3.priv.proxad.net>
2012-02-28 14:29 ` [Buildroot] buildroot ncurses build problem snarf77 at free.fr
2012-02-28 14:43 ` Thomas De Schampheleire
[not found] ` <749894859.1231630.1330441934340.JavaMail.root@zimbra22-e3.priv.proxad.net>
2012-02-28 15:32 ` Thomas De Schampheleire
2012-02-28 17:40 ` snarf77 at free.fr
2012-02-28 19:54 ` Thomas De Schampheleire
2012-02-28 22:48 ` Arnout Vandecappelle [this message]
2012-02-28 22:51 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201202282248.14809.arnout@mind.be \
--to=arnout@mind.be \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.