Page 1 of 1

Compiler does not recognize special character

Posted: Sat Aug 28, 2021 1:44 pm
by Fckx35056
Hi, this is probably something that happens often with beginners.....

I have a code where I use:

#include <stdio.h>

After giving idf.py build, Ninja complains that it does not accept &lt; It obviously does not recognize the less-than sign. I use Notepad++ as my editor. Any suggestions how to solve this?

Thanks!

Re: Compiler does not recognize special character

Posted: Sun Aug 29, 2021 2:09 pm
by tommeyers
I don't remember using < > in include syntax.

Re: Compiler does not recognize special character

Posted: Sun Aug 29, 2021 3:26 pm
by Fckx35056
Thanks for your reply.

Actually the issue is SOLVED. The &lt; was in my code instead of the required < .

The error was in the blogpost from which I copied the code.

Thanks
Fred