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]

Re: gcc compile


In message <0101231819220B.02452@lab04>, Jens-Christian Lache writes:
>unknown SWI encountered - 1 - ignoring
>unknown SWI encountered - 2 - ignoring
>unknown SWI encountered - 3 - ignoring
>unknown SWI encountered - 4 - ignoring

It doesn't think you've installed a SWI handler.

>which is initialized by
>
>memPointer = TABLE_ENTRY_SWI_HANDLER_ADDRESS; // 0x20
>*memPointer = (int) swi_wrapper;
>memPointer = JUMP_DESTINATION_SWI; // 0x8
>*memPointer= 0xe59ff010;

Are you certain that this code executes?  How is `memPointer' defined?

p.



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


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