2005-01-06 12:39 AM
Starttup code and global variables
2005-01-05 02:34 AM
Hi,
got a problem with initialization of global variables. If I try to assign a value to a global variable like this: int MyInt[]={1,2,3,4}; it won´t work safely (sometimes it works, sometimes it won´t). So, is there another startup file that is needed to initialize these variables while declaring them? I know we had a similiar problem with a compile for ST7 some time ago, and there another startup while was needed to change this behaviour. Best Regards, Marcus2005-01-05 02:35 AM
I forgot:
I´m using RVDK1.0 and RVDS 2.12005-01-06 12:39 AM
Thank you RISC, that was the hint I was searching for :)