Hi,
I am trying to compile grx23 with the gnu gcc 2.95.2 compiler it fails.
I have changed the CC = gcc to CC = /usr/local/bin/gcc where I have my gcc-2.95.2 compiler along with GPC
I want to use GRX along with Gnu Pascal Version 19991030 which requeres gcc 2.95
this is the output when I run 'make -f makefile.lnx' the second time: make -C src STATIC=1 -f makefile.lnx make[1]: Entering directory `/usr/src/grx-2.3/src' /usr/local/bin/gcc -c -O6 -Wall -DLFB_BY_NEAR_POINTER -pipe -fomit-frame-pointer -I. -I./include -I../include -I../addons/print utils/shiftscl.c -o utils/shiftscl.o make[1]: Leaving directory `/usr/src/grx-2.3/src'
it leaves with messages about not valid asm set 2 register CREG in line 48 of shiftscl.c
can you help me?
Klaus F. Østergaard