Re: [U-Boot] ref:fail to include stdio.h

2009-03-01 Thread Paul Wang
: Friday, February 27, 2009 2:52 PM To: Paul Wang Subject: Re: [U-Boot] ref:fail to include stdio.h On 12:27 Fri 27 Feb , Paul Wang wrote: > I am trying to port some code of xyssl to u-boot in order to do the > digital signature verification. I've already do this for a company but they ne

Re: [U-Boot] ref:fail to include stdio.h

2009-02-26 Thread Paul Wang
. The main issue of digital signature verification on u-boot is the large integer operations. Regards. Paul Wang. -Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Thursday, February 26, 2009 7:15 PM To: Paul Wang Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] ref:fail to

Re: [U-Boot] ref:fail to include stdio.h

2009-02-26 Thread Wolfgang Denk
Dear Paul, In message you wrote: > > The problem is: When I want to add any one of std header files anywhere > on my architecture (pxa270), the compiler complains: stdio.h: No such > file or directory. U-Boot is not a standard application that runs under control of a general purpose OS,

[U-Boot] ref:fail to include stdio.h

2009-02-25 Thread Paul Wang
Hi, all, I have a simple question to ask. Any information from you would be helpful. I am using U-BOOT 1.3.3 with the cross tool chain arm-linux-gcc-3.3.2 on a Xscale platform. Basically it works fine. The problem is: When I want to add any one of std header files anywhere on my architecture