This is the mail archive of the crossgcc@sourceware.org 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]

Re: Problems regarding cross compile ada


(Note: I seriously doubt that you should be sending this to
sourceware-announce-info@...)

vidya laila wrote:

> /usr/local/lib/gcc/sparc-elf/4.0.2/../../../../sparc-elf/include/sys/dirent.h:10:2: error: #error "<dirent.h> not supported"

It looks like the ada runtime is requiring some feature (<dirent.h>) of
newlib that either newlib does not support or has not been configured to
support.  You'll need to look into the newlib documentation, perhaps ask
on their list.  If the functionality that libada requires truly does not
exist in newlib you might be able to get around this by writing no-op
stubs.  This is a bare-metal embedded platform?

Brian

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


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