05-18-2025, 04:46 PM
1) This is a repository for an MSBASIC to MC6809 Assembler `compiler`. So yes, there is some BASIC code that is not intended for compilation by QB64PE. I realise now that was a bit unclear.
2) Yes, the files that are INTENDED to be compiled by QB64PE do so properly on Windows and MAC installations, but the compilation process fails when compiling on LINUX OS.
So...
These are the files being compiled with QB64PE below:
When compiled on a Linux installation (Linux Mint and Ubuntu have been tried), the file " BasTo6809.2.Compile.bas " fails during the compilation process (the step to Make Executable Only). On Windows and MAC, no error is encountered, and the program(s) work as intended.
2) Yes, the files that are INTENDED to be compiled by QB64PE do so properly on Windows and MAC installations, but the compilation process fails when compiling on LINUX OS.
So...
These are the files being compiled with QB64PE below:
- BasTo6809.1.Tokenizer.bas
- BasTo6809.2.Compile.bas
- BasTo6809.bas
- cc1sl.bas
When compiled on a Linux installation (Linux Mint and Ubuntu have been tried), the file " BasTo6809.2.Compile.bas " fails during the compilation process (the step to Make Executable Only). On Windows and MAC, no error is encountered, and the program(s) work as intended.