kernel src header conflict with standard

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

kernel src header conflict with standard

335 Views
john_schluechte
Contributor I

I need to build against a custom header that is referenced through the kernel src which was placed into the sdk.  I have modified my Makefile for the program to include that directory in its search path -I $(ROOTFS)/usr/src/kernel/include.  I am able to find that file with no issues.  The issue that I am encountering is inside that file it references some of the <linux/...> files which are then being taken from the usr/src/kernel/include/linux directory instead of the /usr/include/linux directory and that is creating a huge number of conflicts since they do not match.  The whole structure I am building against was generated with the bitbake <image> -x populate_sdk, I just had some custom headers that require me to use the kernel src.

Is this the correct approach and if it is what do I need to change to get this to compile?

Labels (2)
0 Kudos
0 Replies