[cc65] New problem with Mac OS X and Snapshot 2.10.5

From: Andy Dannelley <andyda1earthlink.net>
Date: 2005-05-18 16:58:48
Sorry to bother now, seems nothing is happening except the problem with 
the list, such a shame :(

Anyway, I have a new problem.  First the success:  I got 2.10.1 to 
compile, install and run (seems just fine) under OS X.

What I did to get 2.10.1 to compile and install was to use Fink.  Seems 
that there is a Fink script to install cc65, so I just modified it to 
always use the local source directory (/sw/src) to find the 
source.tar.bz2 instead of downloading (as Fink normally tries to do). 
This works just fine for 2.10.1.  When I compile and install 2.10.1 I 
just compile the main source, and do not even use the additional target 
specific packages.  When I do this, cc65 compiles on OS X and installs, 
and I can compile and link  using cc65 and CL65 for any specific target 
and I get no errors.

When I try to compile the snapshot alone, it compiles and installs just 
fine. Then when I use cc65, it compiles a program just fine, however 
when I use cl65 for any target (using the -t option), or unspecified or 
specify none  it complains that it cannot find xx.o (c16 or c64 or 
whatever).  I then remove all traces of 2.10.5 and recompile with 
2.10.1 and it works just fine again.  I remove all traces of 2.10.1 and 
then use the FInk script to install the target specific files and then 
compile cc65-2.10.5 and then try to use it and cc65 works OK, but cl65 
still complains about not finding xx.o where xx.o is c16.o or c64.o or 
whatever I'm trying. I looked around and found the c16.o, c64.o and all 
the others in a directory /sw/lib/cc65/lib somehow cl65 can't find 
these files.

What can I do to point cl65 to the directory so it will find the files?

BTW:  I got most of my tasks done to use cc65 and my Mac with my AIM 
65.  The only thing remaining is to get 2.10.5 working so I can start 
on the AIM 65 specific stuff.  And a LAST task.  I managed to get my 
Mac talking to my AIM 65 using a USB to RS-232 converter and connecting 
it to my AIM.  Works great.

Now, I need to find a way to convert the object files output by cl65 to 
a format my AIM can recognize.  I tested using the paper tape format as 
a text file and I CAN transfer files using this format between my AIM 
and Mac.  I believe that doing the conversion from cl65 format to the 
the text file format may be beyond my capabilities.

Anyway, thanks for any insights on my current problem with 2.10.5.

AndyD


----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed May 18 16:58:59 2005

This archive was generated by hypermail 2.1.8 : 2005-05-18 16:59:02 CEST