I'm working with a DM3730 device (gumstix overo) using the Dizzy release of yocto, and I'm trying to use one of the recipes in meta-ti to build the cmem kernel module.
There seems to be two possible recipes for this: ti-linuxutils and cmem-mod. Both seem to have different problems when building them.
Is there a cmem recipe in meta-ti which works with dizzy and a 3.17 kernel?
With the ti-linuxutils recipe, there is an issue which seems to show that -mfloat=abi-hard is ignored, and __ARM_PCS_VFP is not defined:
| /home/chris/yocto/build/tmp/sysroots/overo/usr/include/gnu/stubs.h:7:29:
fatal error: gnu/stubs-soft.h: No such file or directory
| # include <gnu/stubs-soft.h>
With the cmem-mod recipe, I get an error during compile which makes it look like it's not using the arm gcc compiler. Any suggestions on what I'm doing wrong here?