Hi Daniel,
Thanks for your reply.
Yes, I reuse Beagleboard's configure files (Rules.mak and platform.mak). And
I set the kernel source in platform like following:
LINUXKERNEL_INSTALL_DIR =
/home/longyi/overo-oe/tmp/work/overo-angstrom-linux-gnueabi/linux-omap3-2.6.34-r90
I don't quite sure if this is the kernel dir.
And also I have tried to build modules in the C6RUN_DIR, but it doesn't
work. I read the Makefile, it actually call the "make modules_clean" and
"make modules" separately in ./build, and "make modules_clean" fail because
it trying to clean some files that "make module" haven't ever created yet.
So that is the reason why I directly go to ./build and do "make modules".
I will keep trying and let you know the result.
Longyi
Daniel-422 wrote:
>
> longyi <longyibeijing <at> gmail.com> writes:
>
>> gmake[3]: *** No rule to make target `modules'. Stop.
>> gmake[2]: *** [debug] Error 2
>> make[1]: *** [kernel_mod] Error 2
>> make[1]: Leaving directory `/home/longyi/C6Run_0_94_04_04/build'
>> make: *** [modules] Error 2
>>
>> Any suggestion is welcomed, thanks
>
> Did you create your own platform for doing the config step, or are you
> reusing one already there (like the Beagleboard one). It seems that the
> kernel
> source path specified in the platform.mak file in the platform directory
> (C6Run_0_94_04_04/platforms/<your selected platform>/platform.mak) may not
> be correct. Also, I would try running 'make modules' from the top-level
> of
> the C6Run install path, instead of inside the build directory. You may
> also
> want to consult this wiki page (if you haven't already):
> http://processors.wiki.ti.com/index.php/Introduction_to_C6Run
>
> Daniel
>
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>
>
--
View this message in context: http://old.nabble.com/Overo-fire-and-C6Run-tp29947344p29953799.html
Sent from the Gumstix mailing list archive at Nabble.com.
|