Re: [coldfire-gnu-discuss] coldfire-toolchain: "make dep" fails
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldfire-gnu-discuss] coldfire-toolchain: "make dep" fails



Nathan Sidwell wrote:
>     const int __gu_val;
>     asm ("..." : "=r" (__gu_val) ...);
> which is now correctly diagnosed.  (IIRC, actually it's inside a macro
> and uses __typeof__ in the form of '__typeof__(*FOO) __gu_val;' and FOO
> is a pointer to const qualified type.)
> 
> The 2.6 kernel sources have been patched (across the several
> architectures that had this problem).

This error shows up when trying to compile 2.6.12-UC0 and also with 2.6.16-UC0....
Should I try something newer then?

Michel