public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: 吴身国 <ipv06@163.com>
To: "ecos-discuss" <ecos-discuss@sources.redhat.com>
Subject: [ECOS] error of gcc3.4.4
Date: Fri, 24 Jun 2005 15:37:00 -0000	[thread overview]
Message-ID: <20050624153700.z1t3M6wozQ7-6Utt6_f2QRIeayQyyCHpFClg_r0caKk@z> (raw)

Hi,
  I had compiled GCC3.4.4 as my active compiler. under the eCos default gcc3.2.1, I can compile the ecos kernel and redboot.
  But use the same template, it can't be compiled, the output windows display:
===========================================================================================================
sh -c "export PATH=/opt/cvs/gnutools/arm-elf/bin:$PATH; unset GDBTK_LIBRARY; unset GCC_EXEC_PREFIX; export ECOS_REPOSITORY=/opt/cvs/ecos/packages; make --directory /root/lx/easyARM2200/easyarm2200_build"

make: Entering directory `/root/lx/easyARM2200/easyarm2200_build'
make -r -C hal/arm/arch/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/arch/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/arch/current'
make -r -C hal/arm/lpc2xxx/var/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/lpc2xxx/var/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/lpc2xxx/var/current'
make -r -C hal/arm/lpc2xxx/p2106/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/lpc2xxx/p2106/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/lpc2xxx/p2106/current'
make -r -C hal/common/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/hal/common/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/hal/common/current'
make -r -C infra/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/infra/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/infra/current'
make -r -C redboot/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/redboot/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/redboot/current'
make -r -C isoinfra/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/isoinfra/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/isoinfra/current'
make -r -C language/c/libc/string/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/language/c/libc/string/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/language/c/libc/string/current'
make -r -C services/crc/current headers
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/services/crc/current'
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/services/crc/current'
headers finished
make -r -C hal/arm/arch/current arm.inc
make[1]: Entering directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/arch/current'
arm-elf-gcc -finline-limit=7000 -mthumb-interwork -mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions    -I/root/lx/easyARM2200/easyarm2200_install/include -I/opt/cvs/ecos/packages/hal/arm/arch/current -I/opt/cvs/ecos/packages/hal/arm/arch/current/src -I/opt/cvs/ecos/packages/hal/arm/arch/current/tests -I. -Wp,-MD,arm.tmp -o hal_mk_defs.tmp -S /opt/cvs/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c
cc1: error: invalid option `no-short-load-words'
cc1: warning: command line option "-Woverloaded-virtual" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
make[1]: Leaving directory `/root/lx/easyARM2200/easyarm2200_build/hal/arm/arch/current'
make[1]: *** [arm.inc] Error 1
make: Leaving directory `/root/lx/easyARM2200/easyarm2200_build'
make: *** [build] Error 2
==============================================================================

What should I do? thanks.



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

             reply	other threads:[~2005-06-24 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 15:37 吴身国 [this message]
     [not found] <E1DlqEw-00045b-00@londo.lunn.ch>
2005-06-24 16:07 ` Andrew Lunn

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=20050624153700.z1t3M6wozQ7-6Utt6_f2QRIeayQyyCHpFClg_r0caKk@z \
    --to=ipv06@163.com \
    --cc=ecos-discuss@sources.redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).