samf48

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: multiple definition of `_impure_ptr' #9145
    samf48
    Participant

    Just in case anyone is curious, what I did to fix this was comment out these two lines in stdio.c:

    // Required for proper compilation.
    struct _reent r = {0, (FILE *) 0, (FILE *) 1, (FILE *) 0};
    struct _reent *_impure_ptr = &r;

     

     

Viewing 1 post (of 1 total)