Page 1 of 1
E80
Posted: Thu Apr 16, 2009 3:46 pm
by angel
How can I read a SNA file on E80?

Re: E80
Posted: Thu Apr 16, 2009 4:49 pm
by Albom
You should link an extension *.sna with e80 in a file manager (kfar, for example) and just run snapshot. Or you could run e80 with command line parameter (in a shell, for example).
Re: E80
Posted: Thu Apr 16, 2009 5:22 pm
by angel
Has E80 sound?
I have tried to compile into windows and I've got the next bug:
C:\e80>gcc -c c_code.c
In file included from c_code.c:5:
string.h:7: warning: conflicting types for built-in function `strcpy'
Thanks

Re: E80
Posted: Thu Apr 16, 2009 8:47 pm
by Albom
Has E80 sound?
No, it doesn't have.
I have tried to compile into windows and I've got the next bug
It isn't a bug! It's just a warning!

Because I use a bit another declaration of standart function.

But you could change functions that work with strings to standart ones.

Re: E80
Posted: Thu Apr 16, 2009 11:16 pm
by angel
I have more bugs...
C:\e80>ld -nostdlib -T kolibri.ld -o e80.kex asm_code.obj kolibri.o stdlib.o string.o c_code.o z80.o
ld: cannot open kolibri.o: No such file or directory
I think that the kolibri.c file isn't anywhere
where is it?
Thanks
Re: E80
Posted: Fri Apr 17, 2009 6:53 am
by Albom
think that the kolibri.c file isn't anywhere
where is it?
It is on my hard disk.

But you don't need it!

)) You need compiled kolibri.o. The problem in compiling of my programs is because of sources were loaded to SVN not by me (I don't have an account). So you could try to use sources in the attachment.