LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compilation of rtlinux (https://www.linuxquestions.org/questions/linux-newbie-8/compilation-of-rtlinux-849243/)

shobana 12-09-2010 04:19 AM

compilation of rtlinux
 
I did rtlinux prgm.i run the rtcore by using command 1)./rtcore &
2)dmesg.(So that the cpu is ready).
3)i created makefile by
vi makefile

Include /opt/rtldk-2.0/rtlnixpro/rtl.mk
Include /opt/rtldk-2.0/rtlnixpro/Rules.make
all: file.rtl
clean: rm -rf *.o.debug

and i compile it by using 'make'.I got error like nothing to be done for "all".
I want a suggestion regarding this error.

truboy 12-09-2010 07:55 AM

Hi,

What is your makefile supposed to do ?
I think you missed something about makefiles; You should read this or that.

As far as I know, dmesg is used to print bootup messages.


All times are GMT -5. The time now is 03:02 PM.