Re: wrapping C code - my exercise in incompetence.
- Posted by jmduro Jan 11, 2016
- 2300 views
Thank you Kenneth,
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).
If you remove ifdefs and keep only the case statements which apply to your OE version and OS architecture, it will work. Of course there is less value for the library this way.
Jean-Marc