mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Anthony Harivel <anthony.harivel@gmail.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] Problem with Toolchain compiling
Date: Wed, 28 Nov 2012 11:21:07 +0000 (UTC)	[thread overview]
Message-ID: <loom.20121128T121929-597@post.gmane.org> (raw)

Hello everyone,
 
I'm following the OSELAS.BSP-Pengutronix-Mini2440-Quickstart.pdf to
 make my Mini2440 working on Ptxdist.
 But when I try to build the Toolchain (OSELAS.Toolchain-2011.11.1),
 I've got this error:
 
gcc -c   -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall
 -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
 -Wmissing-format-attribute -pedantic -Wno-long-long
 -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition
 -Wc++-compat   -DHAVE_CONFIG_H -I. -I.
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc/.
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc/../include
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc/../libcpp/include
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/sysroot-
host/include
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/sysroot-
host/include
  -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-
gnueabi-gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-
cross/gcc-4.6.2/gcc/../libdecnumber
 -I/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc/../libdecnumber/dpd
 -I../libdecnumber
 /home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2/gcc/lto-cgraph.c
 -o lto-cgraph.o
 gtype-desc.c:8829:18: error: subscripted value is neither array nor
 pointer nor vector
 gtype-desc.c:8948:36: error: subscripted value is neither array nor
 pointer nor vector
 gtype-desc.c:9032:31: error: subscripted value is neither array nor
 pointer nor vector
 gtype-desc.c:9053:31: error: subscripted value is neither array nor
 pointer nor vector
 gtype-desc.c:9060:31: error: subscripted value is neither array nor
 pointer nor vector
 gtype-desc.c:9067:31: error: subscripted value is neither array nor
 pointer nor vector
 make[3]: *** [gtype-desc.o] Error 1
 make[3]: *** Waiting for unfinished jobs....
 /bin/bash /home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-
gnueabi-gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-
cross/gcc-4.6.2/gcc/../move-if-change
 tmp-attrtab.c insn-attrtab.c
 echo timestamp > s-attrtab
 make[3]: Leaving directory
 `/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2-first-build/gcc'
 make[2]: *** [all-gcc] Error 2
 make[2]: Leaving directory
 `/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2-first-build'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory
 `/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-linux-gnueabi-
gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized/build-cross/gcc-
4.6.2-first-build'
 make: *** [/home/anthony/work/OSELAS.Toolchain-2011.11.1/platform-arm-v4t-
linux-gnueabi-gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-
sanitized/state/cross-gcc-first.compile]
 Error 2
 
Do you have any idea why I've got this error ??
 Thanks in advance !
 
Regards,
 Anthony


-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2012-11-28 11:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-28 11:21 Anthony Harivel [this message]
2012-11-28 11:38 ` Marc Kleine-Budde
2012-11-28 13:27 ` Fricke, Silvio
2012-11-28 13:46   ` Marc Kleine-Budde

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=loom.20121128T121929-597@post.gmane.org \
    --to=anthony.harivel@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox