Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: fatal error #10192: Failed linktime optimization

$
0
0

I'm sorry, I cannot reproduce the error.  Here is the test case I used to test it.  In order for us to analyze the problem, we'll need to see complete, compilable test case which reproduces the problem, as George indicates.

main.h: used yours verbatim

main.c:

#include <stdio.h> #include "main.h"  MainInt_t MainInt;  int main(void)  {     printf("%p\n", &MainInt); } 

Viewing all articles
Browse latest Browse all 91752

Trending Articles