Search found 3 matches

by pasi
Fri Apr 22, 2016 5:31 am
Forum: MSX, SVI, TMS99x8 and Sega Master System
Topic: The file I/O does not work?
Replies: 9
Views: 9425

The file I/O does not work?

It says in the z88dk v1.99A Release notes:
[new c lib] Stdio base classes currently include serial character i/o and terminal i/o implementing windows and proportional fonts. Disk i/o is missing in this release.
So, fopen(), fread() ? none of that stuff works? What is the status of this?
by pasi
Sat Nov 23, 2013 4:12 pm
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76894

I don't have the screenbuffer of that compilation saved, so I did "make clean" and ./build.sh again. And this time it doesn't show those 'cannot read file 'stdlib/delay.asm' etc anymore. Weird. But the "cannot read file 'strings/strrchr_callee.o'" stays. And I can see that "...
by pasi
Sat Nov 23, 2013 8:41 am
Forum: Other platforms
Topic: Mac OSX
Replies: 38
Views: 76894

The build fails. I'm on OSX Lion. I'm using: cd z88dk ./build.sh And I'll get: rm -f strlcat_callee.o rm -f strlcpy_callee.o rm -f strlen.o cd printflike ; make ; cd .. make[1]: Nothing to be done for `all'. cd time ; make lz88 ; cd .. cd z88 ; make ; cd .. make[2]: Nothing to be done for `all'. cd ...