Peter Feuerer wrote: > Hi, > > History: > https://mail.gna.org/public/xenomai-help/2007-05/msg00260.html > >> Please see FAQ 14.1.4. ELDK Include Files Missing >> http://www.denx.de/wiki/view/DULG/ELDKIncludeFilesMissing > > After doing this workaround, I'm able to compile the userspace part of > Xenomai, but now I can't compile any little kernelmodule using the > xenomai api. I attached the Makefile and the sourcecode of my little > example. > > When trying to compile it cannot find headers like asm/param.h or > asm/types.h (because they are not in krnsrc/include/asm-ppc/ and the > workaround just added the userspace/libc headers). I guess there must be > something wrong with the Makefile, but I cannot find the problem.
Just add ARCH=ppc to you make command. Wolfgang. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
