Mike
Mike
@mtzfactory With latest develop you should now be able to progress with Host builds.
https://github.com/basho/eleveldb/issues/278 https://stackoverflow.com/questions/77444892/xcode-15-0-1-macos-sonoma-clang-archive-or-linking-issue
Can you try editing `Sming/Arch/Host/build/mk` and updating line 25: ``` AR := /usr/bin/ar ```
or it might be line 34, maybe insert an override line 40.
Re-formatting the errors more clearly: ``` ld: multiple errors: archive member '/' not a mach-o file in '/opt/sming/Sming/out/Host/debug/lib/clib-Storage-05facba2c21a7ea5f46aa64d5ad116ec.a' archive member '/' not a mach-o file in '/opt/sming/Sming/out/Host/debug/lib/clib-FlashString.a' archive member '/'...
@slaff Maybe leave this one open for general documentation fixes until we're ready for release?
Test build for review https://smingdev.readthedocs.io/en/fix-documentation-fixes/
@slaff That'll be fine. I'm aiming to finish this PR today sometime. Also got some rework for CI build caching due shortly.
@slaff OK so documentation is *almost* there but still keep finding stuff. If I find anything which needs a bit of research I'll add it as a TODO but otherwise...
It surprises me how much I (didn't) know: clang, llvm, lldb, macos, timezones, ccache, CI caching/artifacts,.... I've learned a load in the past while!