-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem including regex.h from newlib (IDFGH-1155) #271
Comments
|
Hi, thanks for the comment. I have added this header, but I still having problems with the linker. I am using this library in my own component and I don't know if I am missing some linker flag, but I cannot find these symbols in the newlib build folder. regards. |
Ah OK sorry don't know if the library was built with that option, probably too bloated. You may want to look at the regex engine from the micropython project. |
Hi ivanO86, is this problem still unsolved? |
I need regex, please, much please add this functionality |
Hi,
I am trying to validate some regular expressions and I found the regex library into the newlib include folder. When I try to include this header in my code, I have some unknown type errors:
~/esp-idf/components/newlib/include/regex.h:43:1: error: unknown type name 'off_t'
typedef off_t regoff_t;
Also I have tried to find the regex symbols into the newlib build directory but I couldn't find anything.
Can we use this library? Am I missing any link flags or something like that? I use the time.h and works properly.
Regards.
The text was updated successfully, but these errors were encountered: