I am trying to build an AT91 GNU sample project, "getting-started-project-at91sam7x-ek". Here is the problem code.
Code: Select all
//------------------------------------------------------------------------------
// Global Variables
//------------------------------------------------------------------------------
// Required for proper compilation.
struct _reent r = {0, (FILE *) 0, (FILE *) 1, (FILE *) 0};
struct _reent *_impure_ptr = &r;
Best regards,
weartronics