[hipl-dev] Re: [Branch ~hipl-core/hipl/trunk] Rev 6412: Fixed a checksumming issue

  • From: Miika Komu <mkomu@xxxxxxxxx>
  • To: hipl-dev@xxxxxxxxxxxxx
  • Date: Sun, 02 Jun 2013 00:01:45 +0300

Hi,

On 06/01/2013 11:04 PM, Diego Biurrun wrote:
On 2013-06-01 21:53, Miika Komu wrote:
On 06/01/2013 09:23 PM, Christof Mroz wrote:
You could try compiling with -fno-strict-aliasing but all other
optimizations turned on, and seeing if it solves the problem (possibly
after changing "unsigned short" to "uint16_t").

How to enable this just for a single file? I believe the compilation
breaks otherwise.

   make libcore/gpl/checksum.o CFLAGS+=-fno-strict-aliasing

tested, no effect, but thanks anyway for the hint.


Other related posts: