Search found 11 matches

by Ragooman
Sun Aug 16, 2009 4:36 pm
Forum: Windows
Topic: Is it possible to redirect output to current working dir of project ?
Replies: 2
Views: 9385

ah yes, always check the help

I guess the webpage is alittle behind :)

=Dan
by Ragooman
Fri Aug 14, 2009 12:52 pm
Forum: Windows
Topic: Is it possible to redirect output to current working dir of project ?
Replies: 2
Views: 9385

Is it possible to redirect output to current working dir of project ?

Hi, I think I originally posted this to the wrong section before -- "Features request" I see that all the output is directed to the temp dir when I compile So I currently changed the Temp path to C:/z88dk/build to keep my stuff in the same dir tree. I couldn't see any possible flag options...
by Ragooman
Fri Aug 14, 2009 12:23 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

That was it !

I added that system variable you mentioned to clear up that problem, Z80_OZFILES=c:\z88dk\lib\

I can now compile all the examples in the embedded dir -- without any errors popping up.

thanks for all your help !

=Dan
by Ragooman
Fri Aug 14, 2009 3:03 am
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

Ok, no problem about the time zone support issue - I'm in EST-5 myself(Pittsburgh) Any help is much obliged -- this work is actually for another vintage computer, IMSAI 8080 -- with a Z80 cpu card. BTW, I think I neglected to mentioned that I'm using WinXP home edition sp3 for this development work....
by Ragooman
Fri Aug 14, 2009 12:13 am
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

Ok, I see that info about the zcc flags, I read that but overlooked it when I tried to compile. I first tried this command line: C:\z88dk\examples\embedded>zcc +embedded hello.c However, now I get a different error plus the same 'File open/read error': z80asm -a -m -Mo -iembedded_clib2 -Lc:\z88dk\li...
by Ragooman
Thu Aug 13, 2009 11:53 pm
Forum: Feature Requests
Topic: possible to redirect ouput to working dir instead of the temp dir ??
Replies: 0
Views: 4947

possible to redirect ouput to working dir instead of the temp dir ??

I'm a new user to z88dk, however I've used other compilers/assemblers in the past. I'm mainly a hardware guy that likes embedded programming. I'm wondering why the compiler output is directed to the temp dir instead of the current working dir where the source is located. The other compilers that I u...
by Ragooman
Thu Aug 13, 2009 10:57 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

sorry about that I didn't see your post at 17:49:50 I went ahead and edited the zcc.cfg file like you said. That error with the flags is gone now. But I still have the other 2 errors from before ---------------------------------------------------------------------------------------------------------...
by Ragooman
Thu Aug 13, 2009 9:57 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

Well, I decided to manually compile the Hello world test program provided to see what happens BTW, the flags that were used in the zcc "script" were incorrect. I only suspected that the "-\\" had to be removed from the command line. I couldn't find any docs on the proper flags fo...
by Ragooman
Thu Aug 13, 2009 9:13 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

What about the error messages in my previous post ? This all happens when trying to compile the test program from the install files, Hello.c I'm not having any luck here. One error during this compilation is about the assembly having 1 error z80asm -eopt -ns -Mo -Ic:\z88dk\lib C:\z88dk\build\s3o0_.o...
by Ragooman
Thu Aug 13, 2009 2:32 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

There's an additional question that I have

Do I need to install "z88dk-1.8.0-setup.exe" still even though I downloaded "z88dk-win32-1.9a.zip" ?

thanks
=Dan
by Ragooman
Thu Aug 13, 2009 2:18 pm
Forum: Windows
Topic: v1.9 win32 binaries don't run on some windows
Replies: 16
Views: 30244

Hi, I installed v1.9a for windows too just recently. I added the extra paths for this. C:\z88dk\bin C:\z88dk\lib C:\z88dk\lib\config my temp dir is this C:\z88dk\build when I compile the example program Hello.c I get 2 kinds of errors--[see output below] "Unrecognised argument: \\" " ...