• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
beginner's xcode question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

beginner's xcode question


  • Subject: beginner's xcode question
  • From: Simon P <email@hidden>
  • Date: Mon, 8 Dec 2003 16:08:09 -0800 (PST)

Hi,

I just started using XCode development tools.
I am trying to build an xcode project for static
libraries that I've been using for a long time.

I created multiple targets within the project: each
target is a static library. There are some
dependencies between the libraries. For example, if I
have a library called Math and a library called
Geometry, I am including some Math files in my
Geometry library.

I am having major problems getting to compile targets.
I am using default settings set by xcode. I have
isolated problem to the following option:
-Wp,-header-mapfile,<some path>/<some file>.hmap

If I remove this line from the compiler option, the
code compiles just fine. Inclusion of this option
gives a numerous syntax error and parse errors, and
numerous undefined functions errors. I am including
the exact command line below.

This is all a mystery. Can anybody explain why this
happens and how to get around it?

Any help is greatly appreciated.

-Simon

Native Build of Target "Math"

CompileC
build/TEST2.build/Math.build/Objects-normal/ppc/Interval.o
/Users/premoze/src/rubens/src/lib/Math/Interval.C
    cd /Users/premoze/TEST2
    /usr/bin/g++-3.3 -c -Fbuild -Ibuild/include
-Ibuild/TEST2.build/Math.build/DerivedSources -arch
ppc -pipe -Wno-trigraphs -fno-rtti -faltivec -g -Os
-pg -Wno-four-char-constants -Wmost -fmessage-length=0
-mtune=G4
-Wp,-header-mapfile,build/TEST2.build/Math.build/Math.hmap
-I/Users/premoze/src/rubens/include
-I/Users/premoze/src/rubens/src/lib/Math
/Users/premoze/src/rubens/src/lib/Math/Interval.C -o
build/TEST2.build/Math.build/Objects-normal/ppc/Interval.o



__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: beginner's xcode question
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: XCode Plugin Examples
  • Next by Date: creating a release target from a debug target
  • Previous by thread: XCode Plugin Examples
  • Next by thread: Re: beginner's xcode question
  • Index(es):
    • Date
    • Thread