All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] 202: Illegal number: gcc
@ 2009-05-29 12:58 Peter Weichai
  2009-05-29 14:16 ` Peter Korsgaard
  2009-05-29 14:36 ` Adam McLaurin
  0 siblings, 2 replies; 13+ messages in thread
From: Peter Weichai @ 2009-05-29 12:58 UTC (permalink / raw)
  To: buildroot

Hi Guys,

I'm trying to build buildroot on my ubuntu system. I encountered the below problem. Need advice. The error might due to my gcc and g++? Any idea how to solve it? 

Thanks in advance


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
[: 202: Illegal number: gcc
C compiler '/usr/bin/gcc'
C compiler version 'gcc':?? ??? ??? ?Ok
[: 233: Illegal number: g++
C++ compiler '/usr/bin/g++'
C++ compiler version 'g++':?? ??? ??? ?Ok
bison installed:?? ??? ??? ??? ?Ok
flex installed:?? ??? ??? ??? ??? ?Ok
gettext installed:?? ??? ??? ??? ?Ok
makeinfo installed:?? ??? ??? ??? ?Ok
Build system dependencies:?? ??? ??? ?Ok

rm -rf /home/peter/lab/buildroot/project_build_arm/uclibc/buildroot-config
mkdir -p /home/peter/lab/buildroot/project_build_arm/uclibc
cp -dpRf package/config/buildroot-config /home/peter/lab/buildroot/project_build_arm/uclibc/buildroot-config
/usr/bin/make -j1 -C /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build all
make[1]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build'
make[2]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build'
make[3]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/libiberty'
make[4]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/libiberty/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/libiberty/testsuite'
make[3]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/libiberty'
make[3]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/intl'
make[3]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd'
Making info in doc
make[4]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd/doc'
restore=: && backupdir=".am$$" && \
?? ?rm -rf $backupdir && mkdir $backupdir && \
?? ?if (/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000 --version) >/dev/null 2>&1; then \
?? ?? for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9] bfd.i[0-9] bfd.i[0-9][0-9]; do \
?? ???? if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
?? ?? done; \
?? ?else :; fi && \
?? ?if /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/missing makeinfo --split-size=5000000 --split-size=5000000?? -I /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/bfd/doc \
?? ? -o bfd.info `test -f 'bfd.texinfo' || echo '/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/bfd/doc/'`bfd.texinfo; \
?? ?then \
?? ?? rc=0; \
?? ?else \
?? ?? rc=$?; \
?? ?? $restore $backupdir/* `echo "./bfd.info" | sed 's|[^/]*$||'`; \
?? ?fi; \
?? ?rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.? You should only need it if
???????? you modified a `.texi' or `.texinfo' file, or any other file
???????? indirectly affecting the aspect of the manual.? The spurious
???????? call might also be the consequence of using a buggy `make' (AIX,
???????? DU, IRIX).? You might want to install the `Texinfo' package or
???????? the `GNU make' package.? Grab either from any GNU archive site.
make[4]: *** [bfd.info] Error 1
make[4]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd/doc'
Making info in po
make[4]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd/po'
make[4]: Nothing to be done for `info'.
make[4]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd/po'
make[4]: Entering directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd'
make[4]: Nothing to be done for `info-am'.
make[4]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd'
make[3]: *** [info-recursive] Error 1
make[3]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/bfd'
make[2]: *** [all-bfd] Error 2
make[2]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build'
make: *** [/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build/binutils/objdump] Error 2




      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/c7feec02/attachment.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 12:58 [Buildroot] 202: Illegal number: gcc Peter Weichai
@ 2009-05-29 14:16 ` Peter Korsgaard
  2009-05-29 15:13   ` Thomas Petazzoni
  2009-05-29 14:36 ` Adam McLaurin
  1 sibling, 1 reply; 13+ messages in thread
From: Peter Korsgaard @ 2009-05-29 14:16 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Weichai <peterweichai@yahoo.com> writes:

 Peter> Hi Guys,

 Peter> I'm trying to build buildroot on my ubuntu system. I
 Peter> encountered the below problem. Need advice. The error might
 Peter> due to my gcc and g++? Any idea how to solve it?

 Peter> Thanks in advance


 Peter> Checking build system dependencies:
 Peter> BUILDROOT_DL_DIR clean:                Ok
 Peter> CC clean:                    Ok
 Peter> CXX clean:                    Ok
 Peter> CPP clean:                    Ok
 Peter> CFLAGS clean:                    Ok
 Peter> INCLUDES clean:                    Ok
 Peter> CXXFLAGS clean:                    Ok
 Peter> which installed:                Ok
 Peter> sed works:                    Ok (/bin/sed)
 Peter> GNU make version '3.81':            Ok
 Peter> [: 202: Illegal number: gcc
 Peter> C compiler '/usr/bin/gcc'
 Peter> C compiler version 'gcc':            Ok
 Peter> [: 233: Illegal number: g++

Strange. Could you please send the output of:

gcc --version and g++ --version

 Peter> WARNING: `makeinfo' is missing on your system.  You should only need it if
 Peter>          you modified a `.texi' or `.texinfo' file, or any other file
 Peter>          indirectly affecting the aspect of the manual.  The spurious
 Peter>          call might also be the consequence of using a buggy `make' (AIX,
 Peter>          DU, IRIX).  You might want to install the `Texinfo' package or
 Peter>          the `GNU make' package.  Grab either from any GNU archive site.

Do you have makeinfo installed (the texinfo package) and what is it's
version? Any particular reason why you are building binutils 2.18 and
not the standard 2.19.1?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 12:58 [Buildroot] 202: Illegal number: gcc Peter Weichai
  2009-05-29 14:16 ` Peter Korsgaard
@ 2009-05-29 14:36 ` Adam McLaurin
  2009-05-29 15:28   ` Sven Neumann
  2009-05-29 17:53   ` Peter Korsgaard
  1 sibling, 2 replies; 13+ messages in thread
From: Adam McLaurin @ 2009-05-29 14:36 UTC (permalink / raw)
  To: buildroot

I get the same error on my Ubuntu box, and have for as long as I
can remember.

On Fri, 29 May 2009 05:58 -0700, "Peter Weichai"
<peterweichai@yahoo.com> wrote:

  Hi Guys,
  I'm trying to build buildroot on my ubuntu system. I encountered
  the below problem. Need advice. The error might due to my gcc and
  g++? Any idea how to solve it?
  Thanks in advance
  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
  [: 202: Illegal number: gcc
  C compiler '/usr/bin/gcc'
  C compiler version 'gcc':            Ok
  [: 233: Illegal number: g++
  C++ compiler '/usr/bin/g++'
  C++ compiler version 'g++':            Ok
  bison installed:                Ok
  flex installed:                    Ok
  gettext installed:                Ok
  makeinfo installed:                Ok
  Build system dependencies:            Ok
  rm -rf
  /home/peter/lab/buildroot/project_build_arm/uclibc/buildroot-conf
  ig
  mkdir -p /home/peter/lab/buildroot/project_build_arm/uclibc
  cp -dpRf package/config/buildroot-config
  /home/peter/lab/buildroot/project_build_arm/uclibc/buildroot-conf
  ig
  /usr/bin/make -j1 -C
  /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-build
  all
  make[1]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d'
  make[2]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d'
  make[3]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/libiberty'
  make[4]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/libiberty/testsuite'
  make[4]: Nothing to be done for `all'.
  make[4]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/libiberty/testsuite'
  make[3]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/libiberty'
  make[3]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/intl'
  make[3]: Nothing to be done for `all'.
  make[3]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/intl'
  make[3]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd'
  Making info in doc
  make[4]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd/doc'
  restore=: && backupdir=".am$$" && \
      rm -rf $backupdir && mkdir $backupdir && \
      if
  (/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/miss
  ing makeinfo --split-size=5000000 --split-size=5000000 --version)
  >/dev/null 2>&1; then \
        for f in bfd.info bfd.info-[0-9] bfd.info-[0-9][0-9]
  bfd.i[0-9] bfd.i[0-9][0-9]; do \
          if test -f $f; then mv $f $backupdir; restore=mv; else :;
  fi; \
        done; \
      else :; fi && \
      if
  /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/missi
  ng makeinfo --split-size=5000000 --split-size=5000000   -I
  /home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/bfd/d
  oc \
       -o bfd.info `test -f 'bfd.texinfo' || echo
  '/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18/bfd/
  doc/'`bfd.texinfo; \
      then \
        rc=0; \
      else \
        rc=$?; \
        $restore $backupdir/* `echo "./bfd.info" | sed
  's|[^/]*$||'`; \
      fi; \
      rm -rf $backupdir; exit $rc
  WARNING: `makeinfo' is missing on your system.  You should only
  need it if
           you modified a `.texi' or `.texinfo' file, or any other
  file
           indirectly affecting the aspect of the manual.  The
  spurious
           call might also be the consequence of using a buggy
  `make' (AIX,
           DU, IRIX).  You might want to install the `Texinfo'
  package or
           the `GNU make' package.  Grab either from any GNU
  archive site.
  make[4]: *** [bfd.info] Error 1
  make[4]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd/doc'
  Making info in po
  make[4]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd/po'
  make[4]: Nothing to be done for `info'.
  make[4]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd/po'
  make[4]: Entering directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd'
  make[4]: Nothing to be done for `info-am'.
  make[4]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd'
  make[3]: *** [info-recursive] Error 1
  make[3]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/bfd'
  make[2]: *** [all-bfd] Error 2
  make[2]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory
  `/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d'
  make: ***
  [/home/peter/lab/buildroot/toolchain_build_arm/binutils-2.18-buil
  d/binutils/objdump] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/2179bbc6/attachment-0001.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 14:16 ` Peter Korsgaard
@ 2009-05-29 15:13   ` Thomas Petazzoni
  2009-05-29 17:57     ` Peter Korsgaard
  0 siblings, 1 reply; 13+ messages in thread
From: Thomas Petazzoni @ 2009-05-29 15:13 UTC (permalink / raw)
  To: buildroot

Le Fri, 29 May 2009 16:16:18 +0200,
Peter Korsgaard <jacmet@uclibc.org> a ?crit :

> Do you have makeinfo installed (the texinfo package) and what is it's
> version? Any particular reason why you are building binutils 2.18 and
> not the standard 2.19.1?

IIRC, there used to be a bug in binutils check for makeinfo. If the
makeinfo version was too recent, then the regexp used in the binutils
check didn't find makeinfo as a valid version.

See http://gcc.gnu.org/ml/gcc-patches/2007-09/msg01271.html

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 14:36 ` Adam McLaurin
@ 2009-05-29 15:28   ` Sven Neumann
  2009-05-29 15:36     ` Sven Neumann
  2009-05-29 17:53   ` Peter Korsgaard
  1 sibling, 1 reply; 13+ messages in thread
From: Sven Neumann @ 2009-05-29 15:28 UTC (permalink / raw)
  To: buildroot

On Fri, 2009-05-29 at 10:36 -0400, Adam McLaurin wrote:
> I get the same error on my Ubuntu box, and have for as long as I can
> remember.

Perhaps you guys could be a little more specific about your "Ubuntu
box"? What version of Ubuntu are you running? We have successfully used
buildroot on Ubuntu 9.04 and recently switched to Ubuntu 9.10. So my
guess is that you are using an older Ubuntu release?


Sven

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 15:28   ` Sven Neumann
@ 2009-05-29 15:36     ` Sven Neumann
  0 siblings, 0 replies; 13+ messages in thread
From: Sven Neumann @ 2009-05-29 15:36 UTC (permalink / raw)
  To: buildroot

Hi,

On Fri, 2009-05-29 at 17:28 +0200, Sven Neumann wrote:
> On Fri, 2009-05-29 at 10:36 -0400, Adam McLaurin wrote:
> > I get the same error on my Ubuntu box, and have for as long as I can
> > remember.
> 
> Perhaps you guys could be a little more specific about your "Ubuntu
> box"? What version of Ubuntu are you running? We have successfully used
> buildroot on Ubuntu 9.04 and recently switched to Ubuntu 9.10. So my
> guess is that you are using an older Ubuntu release?

Sorry, I messed up the numbers. We are using the 9.04 release now and
have been using 8.10 until recently.


Sven

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 14:36 ` Adam McLaurin
  2009-05-29 15:28   ` Sven Neumann
@ 2009-05-29 17:53   ` Peter Korsgaard
  2009-05-29 23:48     ` Adam McLaurin
  1 sibling, 1 reply; 13+ messages in thread
From: Peter Korsgaard @ 2009-05-29 17:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam McLaurin <buildroot@irotas.net> writes:

 Adam> I get the same error on my Ubuntu box, and have for as long as I can remember.

Ok, what does gcc --version and g++ --version return?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 15:13   ` Thomas Petazzoni
@ 2009-05-29 17:57     ` Peter Korsgaard
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Korsgaard @ 2009-05-29 17:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> Le Fri, 29 May 2009 16:16:18 +0200,
 Thomas> Peter Korsgaard <jacmet@uclibc.org> a ?crit :

 >> Do you have makeinfo installed (the texinfo package) and what is it's
 >> version? Any particular reason why you are building binutils 2.18 and
 >> not the standard 2.19.1?

 Thomas> IIRC, there used to be a bug in binutils check for makeinfo. If the
 Thomas> makeinfo version was too recent, then the regexp used in the binutils
 Thomas> check didn't find makeinfo as a valid version.

Yes, but that was afaik only in 2.17. (it checked for 4.?, so 4.1x failed).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
  2009-05-29 17:53   ` Peter Korsgaard
@ 2009-05-29 23:48     ` Adam McLaurin
  0 siblings, 0 replies; 13+ messages in thread
From: Adam McLaurin @ 2009-05-29 23:48 UTC (permalink / raw)
  To: buildroot

On Fri, 29 May 2009 19:53 +0200, "Peter Korsgaard" <jacmet@uclibc.org>
wrote:
> Ok, what does gcc --version and g++ --version return?

-$ g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 

-$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot]  202: Illegal number: gcc
@ 2009-05-30  3:50 Peter Weichai
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Weichai @ 2009-05-30  3:50 UTC (permalink / raw)
  To: buildroot

Hi,

I tried with buildroot-2009.02, now all the dependencies looks good but it ended with another gcc internal problem. Any idea? What is the recommended buildroot version to use?

Thanks

---------------------------------------------------------------------------------------------------------

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.3.2':??? ??? ??? Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.3.2':??? ??? ??? Ok
awk installed:??? ??? ??? ??? ??? Ok
bash installed:??? ??? ??? ??? ??? Ok
bison installed:??? ??? ??? ??? Ok
flex installed:??? ??? ??? ??? ??? Ok
gettext installed:??? ??? ??? ??? Ok
makeinfo installed:??? ??? ??? ??? Ok
Build system dependencies:??? ??? ??? Ok

choonghooi at NASAEX1410213:~/lab/buildroot-2009.02$ 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.3.2':??? ??? ??? Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.3.2':??? ??? ??? 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 /home/choonghooi/lab/buildroot-2009.02/project_build_i686/uclibc/buildroot-config
mkdir -p /home/choonghooi/lab/buildroot-2009.02/project_build_i686/uclibc
cp -dpRf package/config/buildroot-config /home/choonghooi/lab/buildroot-2009.02/project_build_i686/uclibc/buildroot-config
# gcc >= 4.3.0 have to also build all-target-libgcc
/usr/bin/make -j1 -C /home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial all-gcc all-target-libgcc
make[1]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libiberty'
make[3]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libiberty/testsuite'
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libiberty'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/intl'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/libiberty'
make[3]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/libiberty/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/libiberty/testsuite'
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/libiberty'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/build-i386-pc-linux-gnu/fixincludes'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libcpp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libcpp'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libdecnumber'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/libdecnumber'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/fixincludes'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/fixincludes'
make[2]: Entering directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/gcc'
/usr/bin/gcc? -c?? -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE? -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros ??? ??? ??? ??? ???? -Wno-overlength-strings??? -DHAVE_CONFIG_H -I. -I. -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc/. -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc/../include -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc/../libcpp/include -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gmp/include -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/mpfr/include -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc/../libdecnumber
 -I/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2/gcc/../libdecnumber/dpd -I../libdecnumber??? insn-attrtab.c -o insn-attrtab.o
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <file:///usr/share/doc/gcc-4.3/README.Bugs> for instructions.
make[2]: *** [insn-attrtab.o] Error 1
make[2]: Leaving directory `/home/choonghooi/lab/buildroot-2009.02/toolchain_build_i686/gcc-4.3.2-initial/gcc'
make[1]: *** [all-gcc] Error 2


--- On Sat, 5/30/09, Peter Weichai <peterweichai@yahoo.com> wrote:

From: Peter Weichai <peterweichai@yahoo.com>
Subject: [Buildroot] 202: Illegal number: gcc
To: "Peter Korsgaard" <jacmet@uclibc.org>
Cc: buildroot at busybox.net, "Adam McLaurin" <buildroot@irotas.net>
Date: Saturday, May 30, 2009, 12:19 AM

Hi,

gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 


?g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)

Thanks.

--- On Fri, 5/29/09, Adam McLaurin <buildroot@irotas.net> wrote:

From: Adam McLaurin <buildroot@irotas.net>
Subject: Re: [Buildroot] 202: Illegal number: gcc
To: "Peter Korsgaard" <jacmet@uclibc.org>
Cc: "Peter
 Weichai" <peterweichai@yahoo.com>, buildroot at busybox.net
Date: Friday, May 29, 2009, 11:48 PM

On Fri, 29 May 2009 19:53 +0200, "Peter Korsgaard" <jacmet@uclibc.org>
wrote:
> Ok, what does gcc --version and g++ --version return?

-$ g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all
 --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 

-$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 





      


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/34fb0129/attachment-0001.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot]  202: Illegal number: gcc
@ 2009-05-30  0:21 Peter Weichai
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Weichai @ 2009-05-30  0:21 UTC (permalink / raw)
  To: buildroot

Hi,

I'm using Ubuntu 8.10

Thanks


--- On Fri, 5/29/09, Sven Neumann <s.neumann@raumfeld.com> wrote:

From: Sven Neumann <s.neumann@raumfeld.com>
Subject: Re: [Buildroot] 202: Illegal number: gcc
To: "Adam McLaurin" <buildroot@irotas.net>
Cc: buildroot at busybox.net, "Peter Weichai" <peterweichai@yahoo.com>
Date: Friday, May 29, 2009, 3:36 PM

Hi,

On Fri, 2009-05-29 at 17:28 +0200, Sven Neumann wrote:
> On Fri, 2009-05-29 at 10:36 -0400, Adam McLaurin wrote:
> > I get the same error on my Ubuntu box, and have for as long as I can
> > remember.
> 
> Perhaps you guys could be a little more specific about your "Ubuntu
> box"? What version of Ubuntu are you running? We have successfully used
> buildroot on Ubuntu 9.04 and recently switched to Ubuntu 9.10. So my
> guess is that you are using an older Ubuntu release?

Sorry, I messed up the numbers. We are using the 9.04 release now and
have been using 8.10 until recently.


Sven





      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/6fd0feca/attachment.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot]  202: Illegal number: gcc
@ 2009-05-30  0:19 Peter Weichai
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Weichai @ 2009-05-30  0:19 UTC (permalink / raw)
  To: buildroot

Hi,

gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 


?g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)

Thanks.

--- On Fri, 5/29/09, Adam McLaurin <buildroot@irotas.net> wrote:

From: Adam McLaurin <buildroot@irotas.net>
Subject: Re: [Buildroot] 202: Illegal number: gcc
To: "Peter Korsgaard" <jacmet@uclibc.org>
Cc: "Peter Weichai" <peterweichai@yahoo.com>, buildroot at busybox.net
Date: Friday, May 29, 2009, 11:48 PM

On Fri, 29 May 2009 19:53 +0200, "Peter Korsgaard" <jacmet@uclibc.org>
wrote:
> Ok, what does gcc --version and g++ --version return?

-$ g++ -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 

-$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.2-1ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) 



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/f649180e/attachment.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Buildroot] 202: Illegal number: gcc
@ 2009-05-30  0:17 Peter Weichai
  0 siblings, 0 replies; 13+ messages in thread
From: Peter Weichai @ 2009-05-30  0:17 UTC (permalink / raw)
  To: buildroot

Hi Sven,

I'm using? Ubuntu 8.10.

Thanks
Best Regards
Peter

--- On Fri, 5/29/09, Sven Neumann <s.neumann@raumfeld.com> wrote:

From: Sven Neumann <s.neumann@raumfeld.com>
Subject: Re: [Buildroot] 202: Illegal number: gcc
To: "Adam McLaurin" <buildroot@irotas.net>
Cc: buildroot at busybox.net, "Peter Weichai" <peterweichai@yahoo.com>
Date: Friday, May 29, 2009, 3:36 PM

Hi,

On Fri, 2009-05-29 at 17:28 +0200, Sven Neumann wrote:
> On Fri, 2009-05-29 at 10:36 -0400, Adam McLaurin wrote:
> > I get the same error on my Ubuntu box, and have for as long as I can
> > remember.
> 
> Perhaps you guys could be a little more specific about your "Ubuntu
> box"? What version of Ubuntu are you running? We have successfully used
> buildroot on Ubuntu 9.04 and recently switched to Ubuntu 9.10. So my
> guess is that you are using an older Ubuntu release?

Sorry, I messed up the numbers. We are using the 9.04 release now and
have been using 8.10 until recently.


Sven





      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090529/87bd5a08/attachment.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-05-30  3:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-29 12:58 [Buildroot] 202: Illegal number: gcc Peter Weichai
2009-05-29 14:16 ` Peter Korsgaard
2009-05-29 15:13   ` Thomas Petazzoni
2009-05-29 17:57     ` Peter Korsgaard
2009-05-29 14:36 ` Adam McLaurin
2009-05-29 15:28   ` Sven Neumann
2009-05-29 15:36     ` Sven Neumann
2009-05-29 17:53   ` Peter Korsgaard
2009-05-29 23:48     ` Adam McLaurin
2009-05-30  0:17 Peter Weichai
2009-05-30  0:19 Peter Weichai
2009-05-30  0:21 Peter Weichai
2009-05-30  3:50 Peter Weichai

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.