Search found 2 matches

by Mark Burring
Sat Jun 03, 2023 9:36 am
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 396
Views: 813449

Re: Prog8 language and compiler topic

You are using the version 8 compiler to try to compile code from version 9. A bunch of breaking changes are coming in version 9: https://prog8.readthedocs.io/en/latest/upgrading8.html Thanks for your reply, I checked out the project and compiled it markb@psilon:~/code/prog8$ compiler/build/install/...
by Mark Burring
Sat Jun 03, 2023 5:13 am
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 396
Views: 813449

Re: Prog8 language and compiler topic

Do you know what I'm doing wrong here? markb@psilon:~/code/prog8$ java -jar prog8compiler-8.14-all.jar -target cx16 examples/cx16/rasterbars.p8 Prog8 compiler v8.14 by Irmen de Jong (irmen@razorvine.net) This software is licensed under the GNU GPL 3.0, see https://www.gnu.org/licenses/gpl.html Compi...