Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing /src/emudevs when install FabGL 1.0.0 library in Arduino-IDE #94

Closed
guidol70 opened this issue Jan 22, 2021 · 2 comments
Closed

Comments

@guidol70
Copy link

Today I did get my TTGO VGA32 v1.4 and would like to compile/install the Multitasking-CPM.

While compiling the Arduino-IDE (v1.8.3) did miss the Z80.h in /src/emudevs :(
I had installed the FabGL library in the IDE some days ago (before my board did arrive).

I checked the library-directory and it isnt there :(
So I checked against the github-content and found there the /src/emudevs directory.
Copied (/src/emudevs) into the library directory of the IDE and the sketch did compile ( at the 2nd try - why will write above)
Path C:\Users\Username\Documents\Arduino\libraries\FabGL

To recheck I deleted the FabGL library from the IDE and did reinstall FabGL library 1.0.0 - and again the /src/emudevs directory is missing.

Isnt the library not directly installed from your github-directory? So maybe the library "cache" of the Arduino IDE isnt complete?

As the 2nd compile worked:
There was a "space" problem for the sketch in my device, because I had changed my platform.txt (for a RunCPM-project) to optimize the compile for speed and not for size (compile option -O3 = speed - normally its set to -Os for size).

After reverting the compile option and restarting the IDE (because it seem to cache the compile and had bigger compiled sketch size) I could compile without errors and the emulation did start fine :)

FabGL_MultitakingCPM_compile_error.txt

@fdivitto
Copy link
Owner

thank you!
I've just released 1.0.1, it should fix these problems.

@guidol70
Copy link
Author

No problem ;)
I re-checked it with the installation of the v1.0.1-library version and the directory /src/emudevs is now included :)
Many Thanks for that and the fine emulations!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants