Hello ,
I would request you to give some information regarding the use of LOCATOR/LINKER.

With Regards
Narendhar.G

Recommended Answers

All 2 Replies

I have no idea what you mean by LOCATOR, but a linker is a program that creates an executable file from the object files and libraries.

The linker takes all your objects and libraries, and produces a relocatable program which can be executed by the OS program loader.

The locator goes one step further and fixes the image at a specific address in memory. You would use a locator if you were say producing bootstrap code to be flashed into eprom, or producing code for an embedded system with a simple (or no) operating system.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.