Re: [kaffe] problem of inclusion

2004-05-05 Thread Fabien Renaud
Salut Dalibor Topic, I had ever try with -msoft-float and have exactly the same error :( Cheers, Fabien Dalibor Topic wrote: Salut Fabien, Fabien Renaud wrote: Hello, I have now another problem with my compilation : /tmp/ccOzTKIW.s: Assembler messages: /tmp/ccOzTKIW.s:2567: Error: selected

Re: [kaffe] problem of inclusion

2004-05-04 Thread Dalibor Topic
Salut Fabien, Fabien Renaud wrote: Hello, I have now another problem with my compilation : /tmp/ccOzTKIW.s: Assembler messages: /tmp/ccOzTKIW.s:2567: Error: selected processor does not support `stfd f0,[r3,#0]' /tmp/ccOzTKIW.s:2578: Error: selected processor does not support `stfs f0,[r3,#0]'

Re: [kaffe] problem of inclusion

2004-04-28 Thread Fabien Renaud
Hello, I have now another problem with my compilation : /tmp/ccOzTKIW.s: Assembler messages: /tmp/ccOzTKIW.s:2567: Error: selected processor does not support `stfd f0,[r3,#0]' /tmp/ccOzTKIW.s:2578: Error: selected processor does not support `stfs f0,[r3,#0]' make[3]: *** [support.lo] Error 1

Re: [kaffe] problem of inclusion

2004-04-27 Thread Fabien Renaud
Hello, It´s alvways me who wants to cross compil on am arm embedded system Now, I have this problem : xscale-g++ -shared -nostdlib /home/commgw/renaud/montavista/pro/devkit/arm/xscale_le/bin/../target/usr/lib/crti.o

[kaffe] problem of inclusion

2004-04-26 Thread Fabien Renaud
Hello, I?d like to compile kaffe for an arm embedded system. I specify include directories with ./configure but when I run make there is an inclusion of an header in /usr/include whereas I don?t specify this directory anywhere . So there is a conflict : ../../../../include/jsyscall.h:17:

Re: [kaffe] problem of inclusion

2004-04-26 Thread Fabien Renaud
It seems that someone has fixed the bug I have ( http://www.kaffe.org/pipermail/kaffe/2004-March/045727.html ) But if it?s fxed why have I still this bug ? ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Re: [kaffe] problem of inclusion

2004-04-26 Thread Dalibor Topic
Fabien Renaud wrote: It seems that someone has fixed the bug I have ( http://www.kaffe.org/pipermail/kaffe/2004-March/045727.html ) But if it?s fxed why have I still this bug ? Salut Fabien, try to check out Kaffe from CVS, and try with that version. The last development release was before that

Re: [kaffe] problem of inclusion

2004-04-26 Thread Fabien Renaud
Ok I apply the patch and that seems to work. I have now others problems but I think I can solve them. Thx Fabien. ___ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe