avr-gcc-list
[Top][All Lists]
Advanced

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

Re: [avr-gcc-list] Re: Simulator for GCC Testing


From: Andrew Hutchinson
Subject: Re: [avr-gcc-list] Re: Simulator for GCC Testing
Date: Sun, 13 Jan 2008 22:33:29 -0500
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

Well I found one problem!

The illegal access to RAM was at address 0x1100 and 0x1101. Which I mapped to give a test fail until I figured what it was.

AVRORA was correct as ATMEGA128 with internal memory only does not have RAM here.

So I looked at bench mark and this one does a return from main - when main() is not called, but rather jumped to after intialisation. So stack underflows

So I figure that I have some compiler switches wrong. Or there a gcc library doing a jump instead of a call.

Suggestion where this might be?

compilation was:

/home/awhconf/gcc/xgcc -B/home/awhconf/gcc/ /home/gcc/gcc/testsuite/gcc.c-torture/execute/20050224-1.c -w -O3 -fomit-frame-pointer -DSTACK_SIZE=400 -DNO_TRAMPOLINES -fno-show-column -DSIGNAL_SUPPRESS -mmcu=atmega128 /home/Andy/dejagnuboards/avroraexit.c -lm -o /home/awhconf/gcc/testsuite/gcc/20050224-1.x3

Andy







reply via email to

[Prev in Thread] Current Thread [Next in Thread]