Results 1 to 3 of 3
hi everyone!!i hope that all the members are in great mood!!
i'm porting a product from AIX system compiled with xlc to RHEL5 with GCC as compiler:
now i'm stuck ...
- 08-11-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 6
-bloadmap function in aix
hi everyone!!i hope that all the members are in great mood!!
i'm porting a product from AIX system compiled with xlc to RHEL5 with GCC as compiler:
now i'm stuck with this option that i didn't find in gcc manual:
-bloadmap:eds.map
i hope that u help me figure this out and thanks to all the work that u do here!!
- 08-11-2009 #2Linux Guru
- 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
It's been a long time since I built AIX software (over 15 years) so I don't really remember whtat the loadmap option does, but I think it creates a function map file that can be used for debugging purposes. I think you can just get rid of it for Linux builds, or you can use the option -Map eds.map which will create a map file with the same name you used for AIX. See the man page for the 'ld' command for details of map and cross-reference files for Linux.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-12-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 6
thanks man for repling that help me a lot!!


Reply With Quote