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