I have a data array that should be located in the EDS memory space and so I declared it as__eds__ SCRN_DATA scr_data __attribute__((eds)); But it seems to need an extra attribute, because, depending on the link process, it is not always located in the eds..
↧