davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

cpm.h header file needed #129

Closed mrgw454 closed 4 months ago

mrgw454 commented 4 months ago

Trying to build this project and running into an issue where a cpm.h header file is needed. I have a few (including from the z88dk library) but want to make sure I'm using the correct one.

Thanks for any help you can provide.

-Ron

davidgiven commented 4 months ago

It should be found automatically by llvm-mos (it's part of the CP/M-65 llvm-mos runtime library). You might want to check your llvm-mos installation.

mrgw454 commented 4 months ago

You were correct -- I still needed to build the llvm-mos-sdk project. I was able to get past this issue.

Thanks for the quick response!

-Ron