473,387 Members | 1,492 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

gcc-make

23
hi all
i am getting an error while compiling some thing in gcc.I use GNU 'make' for compiling and make is giving this warning
it is "No such file or directory"
thanks and regards
koder
Sep 11 '06 #1
2 2137
Banfa
9,065 Expert Mod 8TB
Rather surprisingly this error means that you have either asked the compiler to compile a file that does not exist or that you have specified an indirect file (a file containing compiler options) that does not exist.

The reason these file may not exist is either, they don't exist or you have miss typed the file name on the command line.


Check the command line you are using, check the files referenced actually exist, read the warnings/errors, normally the say what they mean.
Sep 11 '06 #2
hey Koder

that error exist only if either that file doesn't exist or you mistype file name
check the parameters and then run again the command
Sep 11 '06 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Rolf Hemmerling | last post by:
Hello ! This question is about how to configure the most popular C++ compiler. If you think that I am wrong here, please tell me what newsgroup WITH relevant, existing AUDIENCE to ask again (...
4
by: Dragon | last post by:
What is the different of g++ and gcc ??? I wrote a cpp file include iostream however, i have error to compile in gcc but it can be compile without error in g++ why ??
32
by: jacob navia | last post by:
Some people here have started saying that "alloca" is off topic, and they used the argument that the gcc compiler doesn't recognize it. They compile their code using the -ansi option, and (off...
3
by: Sorav Bansal | last post by:
Is there a way to print out all the operations performed in a gcc call: eg. gcc foo.c -o foo perhaps performs foo.c --> foo.s (using compiler) foo.s --> foo.o (using assembler as) foo.o...
31
by: alex.gman | last post by:
Is it me, or does VC++ 2005 produce much better code than GCC? (about twofold difference in the release configuration vs -O3) Has anyone done a comprehensive study?
68
by: James Dow Allen | last post by:
The gcc compiler treats malloc() specially! I have no particular question, but it might be fun to hear from anyone who knows about gcc's special behavior. Some may find this post interesting;...
4
by: Scott Meyers | last post by:
I'm interested in experimenting with the TR1 functionality in g++ (per http://gcc.gnu.org/onlinedocs/libstdc++/ext/tr1.html). My understanding is that this is part of libstd++ only as of g++ 4. ...
2
by: sainiamit25 | last post by:
Hello Everybody, I want to install XML::Parser for perl. When i tried installing that package, it gave me error saying XML::expact need to be installed. I downloaded XML::Expact and when i tried...
37
by: kumarchi | last post by:
hello: I recently compiled a numerically intensive c project under cygwin gcc 3.4.4 and microsoft visual c. The platform is intel T2400 1.83 ghz dual core lap top. the numerical stuff is both...
27
by: Dave | last post by:
I'm having a hard time tying to build gcc 4.3.1 on Solaris using the GNU compilers. I then decided to try to use Sun's compiler. The Sun Studio 12 compiler reports the following code, which is in...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.