[kaffe] (no subject)

Dalibor Topic robilad at yahoo.com
Tue Oct 29 23:38:40 PST 2002


hi Sanjeev,

--- Sanjeev Manral <sanjeevm at sanyo.co.in> wrote:
> 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

The empty declaration warnings seem to come from
system header files, so there is not much you can do
here.

> 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

this look like a bug in your gcc. I assume you're
using 2.95.3, judging by the header files. That
version is a few years old. You might have more luck
with a newer gcc version.

best regards,

dalibor topic

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/




More information about the kaffe mailing list