Re: How can I add more rtl-modules?
"Georg Schiesser" <[email protected]> Tue, 1 Feb 2005 11:08:08 +0100 (MET)
| Newsgroups | gmane.linux.real-time.rtlinux.general |
|---|---|
| Message-ID | <[email protected]> |
> Hi, > > I had only some options selected when I did > #make xconfig > right before compile rtlinux modules. > > Now I wanted to add more rtl modules so I retyped it then > the folloing error prevent me doing so. > > PCNAME:/usr/src/rtlsrc# make xconfig > rm -f include/arch main/arch > ln -s i386 include/arch > ln -s i386 main/arch > ln -s i386 schedulers/arch > ln: `schedulers/arch/i386': File exists > make: *** [symlinks] Error 1 > > Can I add more rtl modules? > > Please tell me the way. > Thank you. > > Bye. > > Wathavy. seems to be a bug in the makefile, try to # rm -f schedulers/arch/i386 furthermore you should cleanup your rtlinux tree before you build rtlinux again, like: # make menuconfig # cp .config myconfig # make mrproper # cp myconfig .config # make oldconfig # make dep # make if "make mrproper" is not implemented try "make clean". mfg schurl -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl _______________________________________________ Rtl mailing list [email protected] http://www2.fsmlabs.com/mailman/listinfo/rtl