
Dear Rahul,
in message 002701c37923$8fc51520$d253579d@a0875497 you wrote:
I am not able to compile the new u-boot tar ball i.e. u-boot-0.4.8, u-boot-0.4.7 compiles fine . I got the following error message after make omap1610inn_config make command
...
/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:43: parse error before `__gnuc_va_list' /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:43: warning: data defin ition has no type or storage class /usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h:110: parse error before `va_list' "
can anybody tell me what is the problem.
This means that your cross compiler is broken. The cross compiler must NEVER reference include files from the native development system.
Best regards,
Wolfgang Denk