Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, How to generate the map using PPC cross compiler. to know the memory details. Thanks in advance. Reg Subb...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    6

    generate the map file

    Hi,

    How to generate the map using PPC cross compiler.

    to know the memory details.

    Thanks in advance.

    Reg
    Subb

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    Quote Originally Posted by subb View Post
    Hi,

    How to generate the map using PPC cross compiler.

    to know the memory details.

    Thanks in advance.

    Reg
    Subb
    Pass the argument "-Map mapfile" to the linker where "mapfile" is the name of the file that will hold the symbol map. Libraries have their symbol map embedded in them. If you want to see the symbols in a library, use (according to man ar) "nm -s" or "nm --print-armap".
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...