please post the corresponding target from the Makefile and the result of;
id && ls -l /tools/build/Rules.axis
Main Topics
Browse All Topicsi get this following error
[root@localhost hello]# make cris-axis-linux-gnu
Makefile:2: /tools/build/Rules.axis: No such file or directory
make: *** No rule to make target `/tools/build/Rules.axis'.
but i can c the rule.axis file in that folder..
plz give me a solution
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
hi ahoffmann
the cris compiler is in /usr/local/cris/bin
the s/w distribution is in /etc/devboard-R2_01
and i ve created a folder in apps as hello and i ve a sample file hello.c in it.
so the path is like /etc/devboard-R2_01/apps/h
the makefile is also inside the folder hello
to create the object file i issued the command make cris-axis-linux-gnu
it worked well for the first time and the object file was also created the second time is says error
in the make file the target i ve used is
include $(AXIS_TOP_DIR)/tools/buid
the result of id && ls -l /tools/build/Rules.axis is
[root@localhost hello]# id && ls -l /tools/build/Rules.axis
uid=0(root) gid=0(root) groups=0(root),1(bin),2(da
ls: /tools/build/Rules.axis: No such file or directory
waiting for ur reply
Business Accounts
Answer for Membership
by: xRalfPosted on 2006-11-21 at 06:39:39ID: 17987397
Hi genesiscircle,
try to use full path for the file Rules.axis in your program.