Open jwillemsen opened 2 months ago
Try something like:
CPPFLAGS +=<%foreach(includes)%> -I$(call ADD_QUOTE, <%include%>)<%endfor%>
Or you can use a SUBST path on Windows to set up the paths to not have spaces.
Yes, should be something like that, stored it here as a todo, much more higher priority work at this moment
When using cross compilation from Windows and using some 3rd party C++ headers installed in a path with a space I found that the gnuace template can't handle that, include/lib paths aren't quoted when there is a space in the path. For example I see on the commandline of g++
-IC:/Program Files/foo//include