Trying to build a project from a github repo from source. Project known to compile. Dependencies and conflicts already resolved throughout build process, sometimes at length. Didn't need help with that.
Have weird as crap mystery error without anything to go on.
Trying "Verify/Compile" to rule out issues with upload.
It fails. It seems to fail after compilation completes. Indeed, it is after the end of the verbose compilation output where it lists what libraries it used. It generates that, verbose output stops coming, yet it whirs on for a bit yet, then, after that, without comment or further error output:
last line of verbose output:
Using library Adafruit NeoPixel at version 1.12.0 in folder: C:\Users\Admin\OneDrive\Documents\Arduino\libraries\Adafruit_NeoPixel
(here, verbose output stops. but it's doing something. the compile progress bar continues, and it continues working for a bit, so it's up to something, suggesting the log above is unrelated to the issue.)
next line of log, through end of log:
exit status 1
Compilation error: exit status 1
[EOF]
That's it. No error message. No record of invoking some kind of specific command that may exit nonzero. Zilch.
I know whatever it does after compiling and after deciding lib conflicts, that takes a bit, is exiting 1. That's it.
It feels like a linker or post-linker issue. ld usually says something when dieing, though and all I have is a nonzero exit status from an unknown process.
what is happening there that isn't telling me what's happening so I can figure out which thing is broken and then maybe, hopefully, how? what should I expect to maybe have been running?
Any ideas? I'm hoping this matches a specific known issue, but a generic error report is not a report of a uselessly generic error, so I'm having trouble finding this one.
I could use some community lovin'.