SUN5V(vme)+Solaris2.5.1+root again

Eunil Won (eiwon@hep1.snu.ac.kr)
Tue, 3 Nov 1998 11:43:32 +0900 (KST)


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");
}