Robin Jones
Robin Jones
Hey @rasky . 1. Yes WSL will work fine for build, but will not work with deploy tools due to no support for USB (in WSL V2 which is basically...
linking with #30 the user got fedup and closed it...
unfortuately that is a postix lib... but does work if you copy in something like https://raw.githubusercontent.com/tronkko/dirent/master/include/dirent.h Further information: https://www.programmersought.com/article/14763314327/
I agree, docker is a very good option (it does work well for me in a CI environment)... but... against that it also adds a mainainance burden on users (given...
As long as you are competent with using commands like `docker image prune` and/or the toolchain handles it e.g. `docker container prune` https://docs.docker.com/config/pruning/ (as well as the issues mentioned about...
One other point to consider... generally when building a ROM, you have done it against a specific version of libdragon (given changes to the lib are likely going to break...
> > > To be able to build the tools for Windows (at least for MSVC) we need changes here for compatibility. Still non MSVC builds can be done and...
`Prune` is very necessary with me (on the W10 WSL2 computer that I use CrashOverrides lib on!)
With the tools, these are the current issues, rather than warnings (I remember) and possible solutions: 1. The use of `libpng` (either change to using something like `stb_image.h` or warn...
I would not say MSVC is stuck in the 90's persay, but more `GCC` is bringing the `C` language into the 21st century ( `17` vs https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=msvc-160... `C2x`...) portability wise...