Amol Lad wrote: > Hi, > Please execute below program in your davinci board. It seems there is a > toolchain bug when processing unsigned long long. > > I'm using tool-chain shipped with DVEVM 1.00 and the details are: > > # arm_v5t_le-gcc --version > > arm_v5t_le-gcc (GCC) 3.4.3 (MontaVista 3.4.3-25.0.30.0501131 2005-07-23)
This bug is not in the final release, which has a newer compiler. Your test compiles fine for me using the official MV released compiler: [EMAIL PROTECTED]:~/tmp$ arm_v5t_le-gcc --version arm_v5t_le-gcc (GCC) 4.2.0 20061103 (prerelease) (MontaVista 4.2.0-1.0.0.0601932 2006-11-08) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [EMAIL PROTECTED]:~/tmp$ arm_v5t_le-gcc test.c [EMAIL PROTECTED]:~/tmp$ _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
