All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Malkowski <eric@bvwireless.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Fwd: Re:  I apologize for asking...]
Date: Wed, 25 Feb 2009 09:38:41 -0500	[thread overview]
Message-ID: <49A557F1.30401@bvwireless.net> (raw)
In-Reply-To: <49A50A02.2070105@comcast.net>

I created your problem and fixed it using the method described earlier.  
A transcript follows...
Are you using bash for your shell?

emalkowski at eric-lnx:/local/emalkowski/buildroot$ export CFLAGS=blah
emalkowski at eric-lnx:/local/emalkowski/buildroot$ make

Checking build system dependencies:
BUILDROOT_DL_DIR clean:                         Ok
CC clean:                                       Ok
CXX clean:                                      Ok
CPP clean:                                      Ok
CFLAGS clean:                                   FALSE


You must run 'unset CFLAGS' so buildroot can run with
a clean environment on your build machine

make: *** [dependencies] Error 1
emalkowski at eric-lnx:/local/emalkowski/buildroot$ env | grep CFLAGS
CFLAGS=blah
emalkowski at eric-lnx:/local/emalkowski/buildroot$ unset CFLAGS
emalkowski at eric-lnx:/local/emalkowski/buildroot$ env | grep CFL
emalkowski at eric-lnx:/local/emalkowski/buildroot$ make

Checking build system dependencies:
BUILDROOT_DL_DIR clean:                         Ok
CC clean:                                       Ok
CXX clean:                                      Ok
CPP clean:                                      Ok
CFLAGS clean:                                   Ok
INCLUDES clean:                                 Ok
CXXFLAGS clean:                                 Ok
which installed:                                Ok
sed works:                                      Ok (/bin/sed)
GNU make version '3.81':                        Ok
C compiler '/usr/bin/gcc'
C compiler version '4.1.1':                     Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.1.1':                   Ok
awk installed:                                  Ok
bash installed:                                 Ok
bison installed:                                Ok
flex installed:                                 Ok
gettext installed:                              Ok
makeinfo installed:                             Ok
Build system dependencies:                      Ok

rm -rf 
/local/emalkowski/buildroot/project_build_i586/vehicle_manager/buildro
ot-config
mkdir -p /local/emalkowski/buildroot/project_build_i586/vehicle_manager
cp -dpRf package/config/buildroot-config 
/local/emalkowski/buildroot/project_
build_i586/vehicle_manager/buildroot-config

<< snip >>

Xavian-Anderson Macpherson wrote:
> Would some one please just make a utility to "unset CFLAGS", so that I 
> can get this to work. Maybe provide a setting from within buildroot 
> itself to set this properly. Nothing I do can get this to work.
>
> Xavian-Anderson Macpherson
> Shingoshi
> ------------------------------------------------------------------------
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

      reply	other threads:[~2009-02-25 14:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24 11:04 [Buildroot] [Fwd: Re: I apologize for asking...] Xavian-Anderson Macpherson
2009-02-24 13:16 ` Andrew Wiley
2009-02-25  9:06 ` Xavian-Anderson Macpherson
2009-02-25 14:38   ` Eric Malkowski [this message]

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=49A557F1.30401@bvwireless.net \
    --to=eric@bvwireless.net \
    --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.