SUN5V(vme)+Solaris2.5.1+root again

From: Eunil Won (eiwon@hep1.snu.ac.kr)
Date: Tue Nov 03 1998 - 03:43:32 MET


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



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:39 MET