Re: SUN5V(vme)+Solaris2.5.1+root again
Rene Brun (Rene.Brun@cern.ch)
Tue, 03 Nov 1998 15:44:04 +0100
Eunil Won wrote:
>
> Hello,
>
> After fixing __cplusplus stuff, I get new errors. Anybody knows what
> this means?
>
> root [0] .x reset.C
> #error ISA not supported
> *** Fatal error in interpreter... restarting interpreter ***
> NULL
> *** Fatal error in interpreter... restarting interpreter ***
> root [1]
>
> reset.C is as follows
> --------------
> #include <stdio.h>
> #include <fcntl.h>
> /* changes in types.h and others for __cplusplus stuff locally */
> #include "sys/types.h"
> #include <unistd.h>
> #include <malloc.h>
> #include <sys/mman.h>
> #include <errno.h>
> #include <sys/param.h>
>
> reset () {
> printf("Hello \n");
> }
I do not understand the changes you try to apply to types.h.
Anyhow, to run your macro with the interpreter, you do not need
any of the includes referenced.
Rene Brun