public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: jxnuxdy <jxnuxdy@163.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] About the compile problem for eldk4.1+u-boot.1.3.1
Date: Thu, 27 Dec 2007 09:16:53 +0800 (CST)	[thread overview]
Message-ID: <1392658266.70941198718213247.JavaMail.coremail@bj163app103.163.com> (raw)
In-Reply-To: <20071226090536.976AB2488A@gemini.denx.de>

Thanks for the quick response.
 
What has the subject line to do with the content of this message?
Please make sure to read http://www.catb.org/%7eesr/faqs/smart-questions.html
>> I can't open this link.

Works fine for me (on a Fedora 7 system)...
>>Is it relevant to the linux system, I am now use the ubuntu7.10.
 
Either your source tree has been modified / corrupted, or your "Make"
tool is somehow broken - or you did not literally copy the build log.

>> Maybe it is due to the IE decode issue, in fact they are:
/bmp_logo logos/denx.bmp >/arm44b0/u-boot-1.3.1/include/bmp_logo.h
/bmp_logo: 1: Syntax error: word unexpected (expecting ")")
 
I am curious to see it use 'GCC' to compile my 'tools' in the first time, while use my cross compiler 'arm-linux-gcc' to compile 'tools' in the second time, even if I set the the 'GCC' to a symbol link to my cross compiler, the problem still exists.
log:
denny at ubuntu:~$ echo $PATH
/arm44b0/eldk/usr/arm-linux/bin:/arm44b0/eldk/bin:/arm44b0/eldk/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
denny at ubuntu:~$ gcc -v
Reading specs from /arm44b0/eldk/usr/bin/../lib/gcc/arm-linux/4.0.0/specs
Target: arm-linux
Configured with: /opt/eldk/build/arm-2007-01-22-uclibc/work/usr/src/denx/BUILD/crosstool-0.35/build/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/gcc-4.0.0/configure --target=arm-linux --host=i686-host_pc-linux-gnu --prefix=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux --with-headers=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/arm-linux/include --with-local-prefix=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/arm-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long --disable-__cxa_atexit
Thread model: posix
gcc version 4.0.0 (DENX ELDK 4.1 4.0.0)
denny at ubuntu:~$ echo $CROSS_COMPILE
arm-linux-
denny at ubuntu:~$ arm-linux-gcc -v
Reading specs from /arm44b0/eldk/usr/bin/../lib/gcc/arm-linux/4.0.0/specs
Target: arm-linux
Configured with: /opt/eldk/build/arm-2007-01-22-uclibc/work/usr/src/denx/BUILD/crosstool-0.35/build/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/gcc-4.0.0/configure --target=arm-linux --host=i686-host_pc-linux-gnu --prefix=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux --with-headers=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/arm-linux/include --with-local-prefix=/var/tmp/eldk.aLIfDn/usr/crosstool/gcc-4.0.0-uclibc-0.9.27-eldk/arm-linux/arm-linux --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-languages=c,c++ --enable-shared --enable-c99 --enable-long-long --disable-__cxa_atexit
Thread model: posix
gcc version 4.0.0 (DENX ELDK 4.1 4.0.0)
denny at ubuntu:~$
 

And STOP posting HTML here!
>> I tried many ways to kill these HTML, but seems take no effect, now I changed the decode in my IE, hopeful this will work.
 
 
,Thanks
- Denny
 
-------- this is the end of my mail --------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071227/a5565e55/attachment.htm 

  reply	other threads:[~2007-12-27  1:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17 23:52 [U-Boot-Users] Linux kernel hang (infinite loop) Madhu Saravana Sibi Govindan
2006-07-18  6:27 ` Stefan Roese
2006-07-18  6:40 ` Wolfgang Denk
2007-12-26  2:38   ` jxnuxdy
2007-12-26  2:40     ` [U-Boot-Users] Can't compile u-boot-1.3.1 in the first time jxnuxdy
2007-12-26  9:05     ` [U-Boot-Users] Linux kernel hang (infinite loop) Wolfgang Denk
2007-12-27  1:16       ` jxnuxdy [this message]
2007-12-27  1:47         ` [U-Boot-Users] About the compile problem for eldk4.1+u-boot.1.3.1 Wolfgang Denk
2007-12-29  2:43           ` jxnuxdy
2007-12-29 14:21             ` Wolfgang Denk
2008-01-02  4:54               ` [U-Boot-Users] how to convert u-boot to s19 file format jxnuxdy
2008-01-02  8:55                 ` Wolfgang Denk

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=1392658266.70941198718213247.JavaMail.coremail@bj163app103.163.com \
    --to=jxnuxdy@163.com \
    --cc=u-boot@lists.denx.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