It looks like this could be built with MIPSpro (for extra speed); the big error I found so far:
Removing #include <alloca.h> allows it to compile to the end, but naturally dies with undefined symbols.
CFLAGS=-mips4 -O3 -OPT:Olimit=0
CC=cc
CXX=CC
CXXFLAGS=-mips4 -O3 -OPT:Olimit=0
The same error occurs in 1.10 and 1.11.
Code: Select all
cc -DHAVE_CONFIG_H -I. -I. -I../../src -I../../src/arch/unix -I../../src -I../../src -I../../src/drive -I../../src/vdrive -mips4 -O3 -OPT:Olimit=0 -c mon_parse.c
cc-1143 cc: ERROR File = /usr/include/alloca.h, Line = 39
Declaration is incompatible with "char *alloca()" (declared at line 41 of
"mon_parse.y").
void *alloca(unsigned int);
Removing #include <alloca.h> allows it to compile to the end, but naturally dies with undefined symbols.
CFLAGS=-mips4 -O3 -OPT:Olimit=0
CC=cc
CXX=CC
CXXFLAGS=-mips4 -O3 -OPT:Olimit=0
The same error occurs in 1.10 and 1.11.
Twitter: @neko_no_ko
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.
IRIX Release 4.0.5 IP12 Version 06151813 System V
Copyright 1987-1992 Silicon Graphics, Inc.
All Rights Reserved.