z80 Development Kit
You are not logged in.
hi, i'm trying this procedure for ts2068 compatibility
http://www.z88dk.org/wiki/doku.php?id=p … 2068&s[]=timex
[url]http://www.z88dk.org/wiki/doku.php?id=platform:ts2068&s[]=timex[/url]
on
ubuntu 10.04 lts with z88dk 1.8.ds1-6
`stat' sobre «/usr/share/z88dk/lib/ts2068an_crt0.opt»: No existe el fichero o el directorio
= it says that file or dir "ts2068an_crt0.opt" not found or does not exists
zilog@zilog-desktop:~/z88dk/ts2068$ z88dk-zcc +ts2068ansi -startup=2 -gfx2068hr -lndos -lm -create-app ./hello.c
cp /usr/share/z88dk/lib/ts2068an_crt0.opt /tmp/tmpXX5LrVLo.opt
cp: no se puede efectuar `stat' sobre «/usr/share/z88dk/lib/ts2068an_crt0.opt»: No existe el fichero o el directorio
Cannot copy crt0 file
zilog@zilog-desktop:~/z88dk/ts2068$ sudo su
[sudo] password for zilog:
root@zilog-desktop:/home/zilog/z88dk/ts2068# find / -iname "ts2068an_crt0.opt"
root@zilog-desktop:/home/zilog/z88dk/ts2068#
NOT FOUND.....
root@zilog-desktop:/home/zilog/z88dk/ts2068# find / -iname "*ts2068*opt"
/usr/share/z88dk/lib/ts2068_crt0.opt
FOUND... BUT WITH OTHER NAME SO.... I DO KNOW IF I DID A GOOD MOVE... I DID.. first an auto complete search USING TAB KEY.
root@zilog-desktop:/home/zilog/z88dk/ts2068# cp /usr/share/z88dk/lib/ts2068_crt0.
ts2068_crt0.asm ts2068_crt0.opt
SO.....
root@zilog-desktop:/home/zilog/z88dk/ts2068# cp /usr/share/z88dk/lib/ts2068_crt0.opt /usr/share/z88dk/lib/ts2068an_crt0.opt
AND... THEN... IT WORKS?
root@zilog-desktop:/home/zilog/z88dk/ts2068# exit
zilog@zilog-desktop:~/z88dk/ts2068$ z88dk-zcc +ts2068ansi -startup=2 -lgfx2068hr -lndos -lm -create-app ./hola.c
but now.......
File '/usr/share/z88dk/lib/clibs/gfx2068hr.lib', Couldn't open library file
1 errors occurred during assembly
zilog@zilog-desktop:~/z88dk/ts2068$
sorry if this is not the bug area please move this to that area if im wrong.
ty
ALL WAS INSTALLED VIA APT-GET.
Offline
ok, i little question, exist other forum where i can ask for help?
ty.
Offline