[kaffe] (no subject)

Timothy Stack stack at cs.utah.edu
Wed Oct 30 09:15:03 PST 2002


> hi tim,

hi

> I'm writing it for linux and arch is IBM PowerPC405 . I'm compiling the
> present one but getting the error-
> 
> /***********ERROR LOG *************/
> In file included from
> /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdio.h:33,
>                  from debug.h:31,
>                  from support.c:12:
> /opt/hardhat/devkit/ppc/405/bin/../lib/gcc-lib/powerpc-hardhat-linux/2.95.3/
> include/stddef.h:170: warning: empty declaration
> In file included from
> /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/stdlib.h:391,
>                  from ../../config/config-std.h:15,
>                  from support.c:14:
> /opt/hardhat/devkit/ppc/405/bin/../target/usr/include/sys/types.h:106:
> warning: empty declaration
> support.c: In function `sysdepCallMethod':
> support.c:1051: Internal compiler error:
> support.c:1051: internal error--insn does not satisfy its constraints:
> (insn 998 995 507 (set (reg/v:DF 40 f8)
>         (mem:DF (plus:SI (reg:SI 31 r31)
>                 (const_int 8 [0x8])) 0)) 441 {*movdf_softfloat32} (nil)
>     (nil))
> make[3]: *** [support.lo] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
> 
> /***********END ERROR LOG *************/

I agree with dalibor, you should try upgrading.  Another thing you can try 
though is just compiling the sysdepCallMethod separately (its getting 
inlined up there, so remove "static inline" and just compile the file), 
that will give us a better idea of where the problem is.

> Thanks,
> Regards,
> Sanjeev

tim stack




More information about the kaffe mailing list