harteware07 commented on issue #3360: URL: https://github.com/apache/mynewt-core/issues/3360#issuecomment-2592810092
Thank you so much! I changed the bash to Mingw and now it's working. After chasing down lots of build errors I finally have a working bin file. One problem is still persistent though: I cannot do partial builds. I always have to do a clean and then a complete build. If I do a partial build, I always get this error: > Error: CreateFile c\:\users\admin\git\myproj\libs\drivers\display\lvgl\include\lvgl\lv_conf.h: The filename, directory name, or volume label syntax is incorrect. Sometimes the file name changes and it is in my SD card module. Any ideas what I could do to get partial builds to work? Thanks a lot! Am 08.01.2025 um 12:50 schrieb kasjer: > It looks like you are working on Windows but bash.exe is taking you to WSL. > To work try running from mingw bash, *Git for Windows* bash should also > work. > > It is possible to run on WSL but then project should be inside WSL file > system and then standard Linux version of commands would work for build. > In this case it is still possible to have JLink installed on Windows > that will be execute form Linux. > > See here <https://mynewt.apache.org/latest/newt/install/ > newt_windows.html> for installing/using mingw64 bash. > > — > Reply to this email directly, view it on GitHub <https://github.com/ > apache/mynewt-core/issues/3360#issuecomment-2577483296>, or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ > AAKWDBFFXRV2I2GGJKXHCID2JUGKFAVCNFSM6AAAAABUX4GXAWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZXGQ4DGMRZGY>. > You are receiving this because you authored the thread.Message ID: > ***@***.***> > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
