Giter Site home page Giter Site logo

Comments (8)

Danl2620 avatar Danl2620 commented on June 27, 2024

The machine definition for the x16 hasn't been merged into the main cc65 repo yet. You can clone https://github.com/greg-king5/cc65/tree/commander-x16 and use it as is for now.

from x16-demo.

greg-king5 avatar greg-king5 commented on June 27, 2024

The cx16 target has gone "mainstream"! But, cc65's version number now is 2.18.

You might be able to get a current package for Ubuntu by reading this wiki page.

from x16-demo.

daitangio avatar daitangio commented on June 27, 2024

Thank ypu. I plan to update the README adding the correct, tested rules to install the right toolchain. Then I will propose to close the issue.

from x16-demo.

DealPete avatar DealPete commented on June 27, 2024

I have version 2.18 installed on macOS with homebrew, and I'm still receiving this error.

from x16-demo.

daitangio avatar daitangio commented on June 27, 2024

2.18 has been released on May, 30
cx16 extension seems near September
cc65/cc65@18afc7c#diff-b3e4e70de9d1469ed9b1f22ed5c9f3d9

cx16.h is from September, 27;
https://github.com/cc65/cc65/commits/9fa90e2265b0d54e3fd9e6ec0227821f6a09d9de/include/cx16.h

So I think we should use the master branch or a snapshot binary until a new release of cc65 is blessed.

from x16-demo.

DealPete avatar DealPete commented on June 27, 2024

Hi daitangio. I mistook greg-king5's comment to mean that version 2.18 supported the Commander X16. Thanks for clearing that up.

from x16-demo.

LRFLEW avatar LRFLEW commented on June 27, 2024

This issue can probably be closed. cc65 V2.19 includes the cx16 target, so the issue should be resolved now.

Though that release may be using the old prototype's memory map...

from x16-demo.

edthedev avatar edthedev commented on June 27, 2024

Just FYI for anyone getting here from a Raspberry Pi:
It looks like the available version of cc65 in apt for Raspbian is still on 2.17, as of 2021 Nov. We want at least version 2.19+ to resolve this error.

$ cc65 -V
cc65 V2.17 - Raspbian 2.17-1
$ sudo apt upgrade cc65
Reading package lists... Done
Building dependency tree       
Reading state information... Done
cc65 is already the newest version (2.17-1).

I believe downloading and directly installing this package may resolve this problem for Raspbian users.
https://packages.debian.org/sid/armhf/cc65/download UPDATE: This way led me to dependency issues.

UPDATE: I solved my issue on Raspbian by installing cc65 from source per these instructions:
https://cc65.github.io/getting-started.html

git clone https://github.com/cc65/cc65.git
cd cc65
make
sudo make avail

This brought me up to 2.19 and cleared this error message on Raspbian.

cc65 -V
cc65 V2.19 - Git 37e7e65f4

from x16-demo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.