[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] 2010q1 CORTEX-M3 simulator (printf)


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: Re: [arm-gnu] 2010q1 CORTEX-M3 simulator (printf)
  • From: Tiago Maluta <maluta_tiago@xxxxxxxxxxxx>
  • Date: Wed, 23 Jun 2010 14:38:58 +0000

On Wednesday 23 June 2010 12:51:52 suikan wrote:
> Hello
> 
> I have problem on printf() and simulator of CORTEX-M3. I appreciate your
> advise. The tool chain is 2010q1-188
> 

I reproduced your test case (with 2010q1-188) and get the same error.


> 
> Are there any restriction on cortex-m3 simulator? I have checked the
> release note but found nothing about the printf. Also, I chcked the
> stack size by arm-none-eabi-readelf, but the size was enough (1MB).
> 
> I appreciate any comment.
> 

I also tested with qemu-arm [v0.10.5] and worked.

$ qemu-arm -cpu coretx-m3 ./a.out
Hello World!

--tm