Hey Sascha

Sascha Packet wrote:
> Hello,
> 
> compiling my application with
> /opt/OSELAS.Toolchain-1.99.3/arm-v4t-linux-gnueabi/gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized
> throwed me some errors:
> .
> ..
> ...
> window_2_40_DPU.c:493: internal compiler error: in set_uids_in_ptset, at
> tree-ssa-structalias.c:4775
> Please submit a full bug report,
> with preprocessed source if appropriate.
> ...
> ..
> .
> 
> INFO:
> I downloaded OSELAS.Toolchain-1.99.3.6.tar.bz2 today(20100421) and build it
> (4.3.2 and 4.1.2), so I got the latest versions
> compiling my application with
> /opt/OSELAS.Toolchain-1.99.3/arm-v4t-linux-gnueabi/gcc-4.1.2-glibc-2.5-binutils-2.17-kernel-2.6.18
> works FINE
> compiling my application with my ubuntu 8.04 - gcc 4.2.4 works FINE
> compiling my application with an old cross-gcc-arm 3.4 (LxNETES-3.2) works
> FINE
> 
> 
> CODE wich is bringing the error:
>         /*
>                 typedef struct {
>                     char number_xx[3];
>                     char placetext[MAX_TEXT + 1];
>                     char projectname[MAX_TEXT + 1];
>                     time_t t_export_data;
>                     unsigned char language;                     //0= Deutsch
> 1=english
>                     char Got_watchdog;
>                 } T_UNIT;
> 
>         */
>         T_UNIT unit_data;
>         unit_data.language = 1;            //NO Error,work fine...
>         printf("%X",unit_data.language);   //gets an ERROR !! ??
> 
> So I guess my application-code is fine, but there is a problem in gcc 4.3.2

Yes, probably. Can you send me a Code that I can compile that generates
the problem?

cheers, Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ptxdist mailing list
[email protected]

Reply via email to