答复: arm_gcc-3.4.6_uClibc-0.9.28 - arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32. compile error

2013-06-04 Thread Zhang Yu
Line149: #ifdef __USE_MISC Line150: /* Old compatibility names for C types. */ Line151: typedef unsigned long int ulong; Line152: typedef unsigned short int ushort; Line153: typedef unsigned int uint; Line154: #endif arm_gcc-3.4.6_uClibc-0.9.28 and arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32,

Re: 答复: arm_gcc-3.4.6_uClibc-0.9.28 - arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32. compile error

2013-06-04 Thread Carmelo Amoroso
Il giorno 05/giu/2013 06:38, Zhang Yu zhang...@oki.com ha scritto: Line149: #ifdef __USE_MISC Line150: /* Old compatibility names for C types. */ Line151: typedef unsigned long int ulong; Line152: typedef unsigned short int ushort; Line153: typedef unsigned int uint; Line154: #endif

答复: 答复: arm_gcc-3.4.6_uClibc-0.9.28 - arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32. compile error

2013-06-04 Thread Zhang Yu
I commented the line 149 and line 154. And then I respectively compile the same program using arm_gcc-3.4.6_uClibc-0.9.28 and arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32. The program can be compiled in arm_gcc-3.4.6_uClibc-0.9.28. But in arm_v7-a_gcc-4.5-linaro_uClibc-0.9.32, the program can’t be