Re: unable to build OE after the last few commits

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...

Looking into this, it looks like Shawn added a lot of stuff for dealing with floating point values. He's testing for underflow, and for some reason, that's happening here, which is obviously incorrect. I suspect that the ARM hardware is finding that because there's more precision in the code than the hardware can handle.

I've fixed up several errors and merged all the heads together. Most (or maybe all) of Shawn's new tests are failing for me on both 32 and 64 bit Linux builds. Additionally, I'm getting a failure on 64-bit for t_text.e. I assume this is related to tests added for cargoan's patches.

rkdavis, I recommend that you comment out (locally) scanner.e line 1318:

 
		CompileErr(NUMBER_IS_TOO_SMALL) 
 

I think that's a false positive. I'm not really sure why we're testing for this in the scanner, so I think that's pretty harmless. Alternatively, you could probably cross compile and get past this. Though I'm not sure if this same issue won't come up in other places when running on ARM.

Matt

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu