Hey Royce,

> In my makefile i have included a folder in the 'extra include directories'
> line.
AFAIU, make cannot handle spaces properly. I think that in some
circumstances, you can do some stuff with escaping or quoting, but since
make uses the space as a list separator, it will probably break down
sooner or later. Better to just change your paths...

See also
http://stackoverflow.com/questions/9838384/can-gnu-make-handle-filenames-with-spaces

Gr.

Matthijs

Attachment: signature.asc
Description: Digital signature

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to