Jump to content
IGNORED

New versions (0.19/0.9) of Colecovision libraries for use with sdcc.


PkK

Recommended Posts

A few days ago version 2.8.0 of the free C compiler sdcc has been released (http://sdcc.sourceforge.net/). Many bugs in the Z80 port have been fixed and code size and speed improved a bit. You can see a list recent bugfixed and a list of new features at http://sdcc.wiki.sourceforge.net/SDCC+2.8.0+Release

 

I have just released new versions of libcv (0.16) and libcvu (0.9) for use with sdcc 2.8.0. A few minor bugs have been fixed and speed has been improved a bit. You can find them at http://www.colecovision.eu/ColecoVision/de...ent/libcv.shtml

 

Those that want to try sdcc/libcv/libcvu ColecoVision development for the first time might want to have a look at the tutorials at http://www.colecovision.eu/ColecoVision/de...tutorial0.shtml

 

Philipp

Link to comment
Share on other sites

  • 12 years later...

Hi-- I'm new here and to these libraries so apologies in advance if I'm completely off by using sdcc 4.0-- my intention is to be helpful.

 

I tried the process of setting up an environment with Cygwin64, sdcc 4.0 (latest release at the time of this writing), and these libraries.  Apparently SDCC 4.0 has removed "sdcclib" completely after having deprecated it for some time.  Therefore to get the build to work I had to edit the makefiles in libcv and libcvu directories as follows:

 

1)

Change SDCCLIB = sdcclib to SDCCLIB = sdar

 

2)

Where the makefiles would have problems on lines using SDCCLIB added the "-rc" flags.  This line is one example:

rm -f bin/libcv.lib; $(SDCCLIB) -rc bin/libcv.lib $(OBJ)
 

After I made these changes things seemed to build just fine and I was able to compile these libs and compile and run the examples.  Thanks

 

Edit:. Sorry for a rookie mistake of reviving a really old thread rather than posting this under a newer update thread.  If I could delete/move I would.

Edited by jigme21
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...