You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had prior experience with MyNewt. Spent a few hours bothered people on slack about my failing build. I the end there was a problem with a space in the path.
Thanks, oresk. Unfortunately, I don't think newt can escape paths with spaces. I tried to fix this earlier, but encountered an issue with gcc's dependency generation (.d Makefiles). Newt makes gcc create these files, then it reads these files to determine which source files need to be rebuilt. If a source file has spaces in its path, gcc produces invalid .d Makefiles, and I couldn't find any way to fix it.
That said, newt should definitely detect spaces and complain!
Thank you for the explanation!
I'll see if I can pepper a warning about it in a few places in the documentation. Especially in the first tutorials you go through when you start out with MyNewt.
Had prior experience with MyNewt. Spent a few hours bothered people on slack about my failing build. I the end there was a problem with a space in the path.
Would get an error like this:
When trying to build the bootloader. That is a gcc error.
It should either detect the space and fail letting you know that that is the problem or escape the spaces.
The text was updated successfully, but these errors were encountered: