Re: wrapping C code - my exercise in incompetence.
- Posted by PeteE Jan 11, 2016
- 2192 views
jimcbrown said...
PeteE said...
jimcbrown said...
Can you come up with a simpler test case?
Also, can you file a ticket for this bug?
Hi Jim, I simplified the test case and filed a ticket.
Thanks for doing this.
jmduro said...
It took some time but I finally found where it hurts. OE 4.1 does not manage correctly ifdef statements on Linux (Revision Date: 2013-04-15 or Revision Date: 2015-02-02).
So if I understand the ticket correctly, jmduro is wrong - there is no bug with the ifdefs.
Correct. The ifdef BITS32 in his code prevents the bug on 32-bit platforms, so I can see how it can seem to be ifdef-related.