This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Allocation memory...


Hi everybody,

I used to work with DIABDATA compiler but I've just changed it for cross compiler (m68k-elf, compiled for ColdFire)

Using DD, I have possiblity to reserve piece of memory at any address .
For example I do it in this way:

        #pragma section IOSECT near-absolute RW address=3D0x30000600
        #pragma use_section IOSECT SpecialString
        char SpecialString[17] = {"\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff"};

And I would like ask if there is any analogous metod to do allocation memory using CROSS?
I've already read some documents about CROSS but I haven't found any proper metod to do it yet...

Thanks in advance.
Mariusz

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]