[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Fix warnings in Xen C code
On Thu, Aug 13, 2015 at 9:02 AM, Thomas Leonard <talex5@xxxxxxxxx> wrote:
Adding `-fno-builtin` to the xen-ocaml build resolves this.  Without this flag, gcc makes assumptions about the semantics/implementation of standard library functions. In this case, as you suggest, it is inlining calls to fprintf using its own built-in implementation instead of mini_libc's. Very interesting. Not sure how this affects other parts of xen-ocaml; it can be made more specific with `-fno-builtin-fprintf`. -- Len Â
_______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |