This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Canadian build for AVR


Hey Jon, Hey all,

I lurk on this list and don't quite follow your thread. My understanding was without 8bit avr support you would try something else. Then lo and behold you report progress then success.

If you did get it working I would love an overall description of your environment and workflow.

Thanks,

Ben

On May 9, 2013, at 7:12 PM, "jonsmirl@gmail.com" <jonsmirl@gmail.com> wrote:

> Configured with --enable-long-long
> Preprocessor output:
> 
> struct real_value {
>  unsigned int cl : 2;
>  unsigned int decimal : 1;
>  unsigned int sign : 1;
>  unsigned int signalling : 1;
>  unsigned int canonical : 1;
>  unsigned int uexp : (32 - 6);
>  unsigned long sig[((128 + (8 * 4)) / (8 * 4))];
> };
> # 77 "../.././gcc/real.h"
> extern char test_real_width
>  [sizeof(struct real_value) <= (((128 + (8 * 4)) + 32)/(8 * 8) +
> (((128 + (8 * 4)) + 32)%(8 * 8) ? 1 : 0))*sizeof(long long) ? 1 : -1];
> 
> --
> Jon Smirl
> jonsmirl@gmail.com
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]