Apr 22, 2020
01:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 22, 2020
01:43 PM
Hi Infineon,
after update gcc to 9-2019-q4-major, app HTTP_SERVER V4.0.18 compiles with error:
static declaration of 'strnstr' follows non-static declaration
at file httpd.c (/DAVE/Generated/HTTP_SERVER) line 447.
Compiler set to ISO 2014 C++ with GNU Extensions (c++ source code).
gcc 4.9.3 compiles without error (same settings).
Best Regards
Wolfgang
after update gcc to 9-2019-q4-major, app HTTP_SERVER V4.0.18 compiles with error:
static declaration of 'strnstr' follows non-static declaration
at file httpd.c (/DAVE/Generated/HTTP_SERVER) line 447.
Compiler set to ISO 2014 C++ with GNU Extensions (c++ source code).
gcc 4.9.3 compiles without error (same settings).
Best Regards
Wolfgang
2 Replies
Apr 23, 2020
07:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 23, 2020
07:14 AM
Hi,
For the moment you need to define the following macro

Regards,
Jesus
For the moment you need to define the following macro
Regards,
Jesus
Apr 24, 2020
04:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 24, 2020
04:49 AM
Hi Jesus,
thank you for the fast answer.
I checked it at 2 different projects and both compile now without error.
Best Regards
Wolfgang
thank you for the fast answer.
I checked it at 2 different projects and both compile now without error.
Best Regards
Wolfgang