Closed zu2 closed 1 month ago
The support6800 Makefile is missing some files and the tests fail.
--- ../Fuzix-Compiler-Kit/support6800/Makefile 2024-10-25 08:51:30.270493800 +0900 +++ support6800/Makefile 2024-10-25 08:49:58.392583100 +0900 @@ -20,7 +20,7 @@ __xminusminusl.o __xdivequl.o __xremequl.o __xdiveql.o __switchl.o \ __pop4.o __pull4.o __xremeql.o __popret.o __addxconst.o \ __xplusplusu.o __xplusplusuc.o \ - __andl.o __orl.o __xorl.o + __andl.o __orl.o __xorl.o __pop2.o __castc.o .s.o: fcc -m6800 -c $<
Thanks
The support6800 Makefile is missing some files and the tests fail.