Hi,
I have a compilation error with 'arm-linux-gnueabi-gcc' GNU C compiler (ubuntu) :
../at91lib/utility/stdio.c:64:8: error: variable ‘r’ has initializer but incomplete type
struct _reent r = {0, (FILE *) 0, (FILE *) 1, (FILE *) 0};
Thanks for your help,
Yannick
Hi,
I have a compilation error with 'arm-linux-gnueabi-gcc' GNU C compiler (ubuntu) :
../at91lib/utility/stdio.c:64:8: error: variable ‘r’ has initializer but incomplete type
struct _reent r = {0, (FILE *) 0, (FILE *) 1, (FILE *) 0};
Thanks for your help,
Yannick