This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc compiler error description
- From: "Denis Tkachov" <dtkachov at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Thu, 4 Oct 2007 17:47:26 +0300
- Subject: gcc compiler error description
Hi,
Would you tell me is there way to find description about g++ compiler
error code?
For example when I am building XCODE project from command line I am
getting such error:
ld: in TestCppDynamicLibrary.xcodeproj , can't map file, errno=22
collect2: ld returned 1 exit status
Where can I get description about error with number 22?
p.s. I am building xcode project from console because error provided
by xcode even less informative: "Command /Developer/usr/bin/gcc- 4.0
failed with exit code 1"
Best regards,
Denis