public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
@ 2004-10-27  8:37 flab
  2004-10-27 19:59 ` Wolfgang Denk
  0 siblings, 1 reply; 6+ messages in thread
From: flab @ 2004-10-27  8:37 UTC (permalink / raw)
  To: u-boot

Hello everyone,
I am porting uboot1.1.1 on my powerpc850 board. With the reference files of TQM850L board, I changed some configuration settings and flash driver. But there is a problem when I use cross compiling.

/*********************************/ 
/LinuxPPC/CDK/bin/powerpc-linux-gcc -g  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0x10000000 -I/root/u-boot-1.1.1/include -fno-builtin -ffreestanding -nostdinc -isystem /LinuxPPC/CDK/lib/gcc-lib/powerpc-linux/2.95.2/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_8xx -ffixed-r2 -ffixed-r29 -mstring -mcpu=860 -msoft-float -Wall -Wstrict-prototypes -g  -Os   -fPIC -ffixed-r14 -meabi -D__KERNEL__ -DTEXT_BASE=0x10000000 -I/root/u-boot-1.1.1/include -fno-builtin -ffreestanding -nostdinc -isystem /LinuxPPC/CDK/lib/gcc-lib/powerpc-linux/2.95.2/include -pipe  -DCONFIG_PPC -D__powerpc__ -DCONFIG_8xx -ffixed-r2 -ffixed-r29 -mstring -mcpu=860 -msoft-float -I.. -Bstatic -T /root/u-boot-1.1.1/board/tqm8xx/u-boot.lds -Ttext 0x10000000  -n  hello_world.c   -o hello_world
powerpc-linux-gcc: 0x10000000: ?????????
/LinuxPPC/CDK/powerpc-linux/bin/as:??"-n"?????
In file included from /root/u-boot-1.1.1/include/linux/posix_types.h:46,
                 from /root/u-boot-1.1.1/include/linux/types.h:8,
                 from /root/u-boot-1.1.1/include/common.h:37,
                 from hello_world.c:24:
/root/u-boot-1.1.1/include/asm/posix_types.h:13: output pipe has been closed
cpp: output pipe has been closed
powerpc-linux-gcc: file path prefix `static' never used
make[1]: *** [hello_world] Error 1
make[1]: Leaving directory `/root/u-boot-1.1.1/examples'
make: *** [examples] Error 2

/******************************************/
I changed the setting of flash_base,and I don't know  that if I have to change somewhere in u-boot.lds.

Any kind of guidance is appreciated.
Best Regards

Flab
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20041027/286ab879/attachment.htm 

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

* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
  2004-10-27  8:37 [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850 flab
@ 2004-10-27 19:59 ` Wolfgang Denk
  2004-10-27 21:27   ` Craig Hughes
  0 siblings, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2004-10-27 19:59 UTC (permalink / raw)
  To: u-boot

In message <BAY13-DAV17WdgjTGgf0000ed7f@hotmail.com> you wrote:
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_011D_01C4BC43.3FA7AA80
> Content-Type: text/plain;
> 	charset="gb2312"
> Content-Transfer-Encoding: base64
> 
> SGVsbG8gZXZlcnlvbmUsDQpJIGFtIHBvcnRpbmcgdWJvb3QxLjEuMSBvbiBteSBwb3dlcnBjODUw
> IGJvYXJkLiBXaXRoIHRoZSByZWZlcmVuY2UgZmlsZXMgb2YgVFFNODUwTCBib2FyZCwgSSBjaGFu
> Z2VkIHNvbWUgY29uZmlndXJhdGlvbiBzZXR0aW5ncyBhbmQgZmxhc2ggZHJpdmVyLiBCdXQgdGhl
...
> 
> ------=_NextPart_000_011D_01C4BC43.3FA7AA80
> Content-Type: text/html;
> 	charset="gb2312"
> Content-Transfer-Encoding: base64
> 
> PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv
> L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu
...

Please do not send base 64 encoded messages.

Please do not send HTML messages.

Please send plain text only.

Message unreadable, ignored. Sorry.



This is the second warning already.

PLEASE FIX YOUR MAILER SETUP _before_ posting again to this list.

Best regards,

Wolfgang Denk

-- 
See us @ Embedded/Electronica Munich, Nov 09 - 12, Hall A.6 Booth 513
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Those who do not  understand  Unix  are  condemned  to  reinvent  it,
poorly.              - Henry Spencer, University of Toronto Unix hack

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

* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
  2004-10-27 19:59 ` Wolfgang Denk
@ 2004-10-27 21:27   ` Craig Hughes
  2004-10-27 22:16     ` Wolfgang Denk
  2004-10-27 22:19     ` Dan Poirot
  0 siblings, 2 replies; 6+ messages in thread
From: Craig Hughes @ 2004-10-27 21:27 UTC (permalink / raw)
  To: u-boot

On Oct 27, 2004, at 12:59 PM, Wolfgang Denk wrote:
> In message <BAY13-DAV17WdgjTGgf0000ed7f@hotmail.com> you wrote:
>> Content-Type: text/plain;
>> 	charset="gb2312"
>> Content-Transfer-Encoding: base64
>>
>> SGVsbG8gZXZlcnlvbmUsDQpJIGFtIHBvcnRpbmcgdWJvb3QxLjEuMSBvbiBteSBwb3dlcn 
>> BjODUw
>> IGJvYXJkLiBXaXRoIHRoZSByZWZlcmVuY2UgZmlsZXMgb2YgVFFNODUwTCBib2FyZCwgSS 
>> BjaGFu
>> Z2VkIHNvbWUgY29uZmlndXJhdGlvbiBzZXR0aW5ncyBhbmQgZmxhc2ggZHJpdmVyLiBCdX 
>> QgdGhl
> ...
>>
>> ------=_NextPart_000_011D_01C4BC43.3FA7AA80
>> Content-Type: text/html;
>> 	charset="gb2312"
>> Content-Transfer-Encoding: base64
>>
>> PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW 
>> 9uYWwv
>> L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY2 
>> 9udGVu
> ...
>
> Please do not send base 64 encoded messages.
>
> Please do not send HTML messages.
>
> Please send plain text only.
>
> Message unreadable, ignored. Sorry.

Not sure how one would do this if one is Chinese and using hotmail for  
email...  In the 21st century one might suggest that if a  
base64-encoded message in a non-western character set is unreadable,  
the problem is on the receiving side not the sending side.

C

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

* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
  2004-10-27 21:27   ` Craig Hughes
@ 2004-10-27 22:16     ` Wolfgang Denk
  2004-10-28  3:10       ` flab
  2004-10-27 22:19     ` Dan Poirot
  1 sibling, 1 reply; 6+ messages in thread
From: Wolfgang Denk @ 2004-10-27 22:16 UTC (permalink / raw)
  To: u-boot

In message <F67283E4-285E-11D9-B514-000A95A5473A@hughes-family.org> you wrote:
> >
> > Please do not send base 64 encoded messages.
> >
> > Please do not send HTML messages.
> >
> > Please send plain text only.
> >
> > Message unreadable, ignored. Sorry.
> 
> Not sure how one would do this if one is Chinese and using hotmail for  
> email...  In the 21st century one might suggest that if a  
> base64-encoded message in a non-western character set is unreadable,  
> the problem is on the receiving side not the sending side.

Craig, I disagree. This is policy, and the policy on this list is  to
post in plain text only. You can do it, I can do it, everybody can do
it.  Using  HTML  or  base64 encoding is a waste of bandwidth, and it
makes the message unprocessable with standard tools like grep etc.

If the poster is a Chinese or an Indian or a Russian or whatever does
not matter here: we all post in English anyway, so you don't need any
fancy characters - plain old ASCII code will do.

It is just good will that such messages are accepted at all  on  this
mailing  list.  The  longer  this  continues, the more I'm tempted to
automatically reject all messages that contain HTML or base64 encoded
text. Maybe we should reject top-posters and full-quoters as well ;-)


Of course I _can_ read such messages if  I  feel  like  it.  I  don't
_want_  to  see  such  postings on this list, and I think I make this
clear often enough.


To make it absolutely clean: I want only plain text postings, please.

Best regards,

Wolfgang Denk

-- 
See us @ Embedded/Electronica Munich, Nov 09 - 12, Hall A.6 Booth 513
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Good morning. This is the telephone company. Due  to  repairs,  we're
giving  you  advance notice that your service will be cut off indefi-
nitely at ten o'clock. That's two minutes from now.

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

* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
  2004-10-27 21:27   ` Craig Hughes
  2004-10-27 22:16     ` Wolfgang Denk
@ 2004-10-27 22:19     ` Dan Poirot
  1 sibling, 0 replies; 6+ messages in thread
From: Dan Poirot @ 2004-10-27 22:19 UTC (permalink / raw)
  To: u-boot

> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net 
> [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf 
> Of Craig Hughes
> Sent: Wednesday, October 27, 2004 4:27 PM
> To: Wolfgang Denk
> Cc: flab; u-boot-users at lists.sourceforge.net
> Subject: Re: [U-Boot-Users] Cross compiling problem of 
> u-boot-1.1.1 on powerpc850 
> 
> Not sure how one would do this if one is Chinese and using 
> hotmail for email...  In the 21st century one might suggest 
> that if a base64-encoded message in a non-western character 
> set is unreadable, the problem is on the receiving side not 
> the sending side.
> 
> C


...so perhaps you would prefer if Wolfgand responded to the list in German 
calligraphy script in the form of a 10 megabyte TIFF file? 

Hard to use 'grep' on that...

;-)


- dan

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

* [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850
  2004-10-27 22:16     ` Wolfgang Denk
@ 2004-10-28  3:10       ` flab
  0 siblings, 0 replies; 6+ messages in thread
From: flab @ 2004-10-28  3:10 UTC (permalink / raw)
  To: u-boot

Hi, Wolfgang. I just reinstalled my Windows the day before yesterday, and I
used Outlook to send and get E-mail without changing default settings. Of
course, it is MIME based on 64.

You are one of the most respectable people of mine because u'r project
benefits us just like some other open source projects. Maybe u'r policy is
all right, and it is no a big deal. But one more thing, why this policy are
not posted on SourceFroge's webpage, and it is not found in this maillist's
welcome letter. I don't think it is justic if you refuse a beginner
becausehe broken the default rule in your heart.

Thank u and Craig very much.

Flab

----- Original Message ----- 
From: "Wolfgang Denk" <wd@denx.de>
To: "Craig Hughes" <craig@hughes-family.org>
Cc: "flab" <zsuly@hotmail.com>; <u-boot-users@lists.sourceforge.net>
Sent: Thursday, October 28, 2004 6:16 AM
Subject: Re: [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on
powerpc850


> In message <F67283E4-285E-11D9-B514-000A95A5473A@hughes-family.org> you
wrote:
> > >
> > > Please do not send base 64 encoded messages.
> > >
> > > Please do not send HTML messages.
> > >
> > > Please send plain text only.
> > >
> > > Message unreadable, ignored. Sorry.
> >
> > Not sure how one would do this if one is Chinese and using hotmail for
> > email...  In the 21st century one might suggest that if a
> > base64-encoded message in a non-western character set is unreadable,
> > the problem is on the receiving side not the sending side.
>
> Craig, I disagree. This is policy, and the policy on this list is  to
> post in plain text only. You can do it, I can do it, everybody can do
> it.  Using  HTML  or  base64 encoding is a waste of bandwidth, and it
> makes the message unprocessable with standard tools like grep etc.
>
> If the poster is a Chinese or an Indian or a Russian or whatever does
> not matter here: we all post in English anyway, so you don't need any
> fancy characters - plain old ASCII code will do.
>
> It is just good will that such messages are accepted at all  on  this
> mailing  list.  The  longer  this  continues, the more I'm tempted to
> automatically reject all messages that contain HTML or base64 encoded
> text. Maybe we should reject top-posters and full-quoters as well ;-)
>
>
> Of course I _can_ read such messages if  I  feel  like  it.  I  don't
> _want_  to  see  such  postings on this list, and I think I make this
> clear often enough.
>
>
> To make it absolutely clean: I want only plain text postings, please.
>
> Best regards,
>
> Wolfgang Denk
>
> -- 
> See us @ Embedded/Electronica Munich, Nov 09 - 12, Hall A.6 Booth 513
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Good morning. This is the telephone company. Due  to  repairs,  we're
> giving  you  advance notice that your service will be cut off indefi-
> nitely at ten o'clock. That's two minutes from now.
>

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

end of thread, other threads:[~2004-10-28  3:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-27  8:37 [U-Boot-Users] Cross compiling problem of u-boot-1.1.1 on powerpc850 flab
2004-10-27 19:59 ` Wolfgang Denk
2004-10-27 21:27   ` Craig Hughes
2004-10-27 22:16     ` Wolfgang Denk
2004-10-28  3:10       ` flab
2004-10-27 22:19     ` Dan Poirot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox