-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Implicit declaration of fileno in vfprintf_s.c #136
Comments
Which compiler exactly? Which header is missing? |
It seems like our embedded system does not support certain posix functions by default such as fileno and ftruncate. Maybe that is something that could be checked during the configure run. In the end, we are using the gcc compiler from ecospro (https://www.ecoscentric.com/ecos/ecospro.shtml) and its c library. |
Oh, I see. Will add probes then |
You might only need to activate the POSIX symbols with -D_POSIX_SOURCE=
<value> or -D_XOPEN_SOURCE=800.
Jonathan Leffler ***@***.***> #include <disclaimer.h>
Guardian of DBD::Informix - v2018.1031 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."
…On Wed, Apr 10, 2024 at 11:40 Reini Urban ***@***.***> wrote:
Oh, I see. Will add probes then
—
Reply to this email directly, view it on GitHub
<#136 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCAHBR4K7NMVISAP5FORETY4V2RBAVCNFSM6AAAAABF6QUN3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBYGEZDGOBRHE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling with an arm-eabi compiler, I get the following error:
The text was updated successfully, but these errors were encountered: