This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

attribute section not supported for this target


Hi !

I'm trying to use gcc for 68xxx embedded target.
With the proprietary chain, they place 2 constant tables at the start of
the code section via a DEBUT section with a -NCDEBUT.
I've read gcc could do that with a __atribute__((section("DEBUT")))
language extention.

I'm using gcc 3.1.1 compiled for 68k-aout but this extention isn't
known:
"section attributes are not supported for this target"

Any idea, about how to do that ?

-- 

Xavier Ordoquy
Chef de projet SESAM-Vitale
Meditrans


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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