Dynamic Linking of modules
- From: "bujji00" <rmuppall@xxxxxxx>
- Date: Wed, 28 Feb 2007 05:21:33 -0600
Hello All,
I am to design a dynamic linker/loader on Nucleus RTOS running on ARM9.
my aim is to conserve memory by loading only the required (one or more)
modules and offload other modules.
I checked out to find that the code can be compiled position independent
using the armcc compiler. also the executable format produced by armcc is
ELF(elf32-little).
I need pointers in how to design this dynamic linker as well as the
loader.
My Work Environment
Processor :ARM9
RTOS :Nucleus
Tool suite :RVDS for ARM9
Thnks and Rgds
Ravikiran
.
- Follow-Ups:
- Re: Dynamic Linking of modules
- From: charleso
- Re: Dynamic Linking of modules
- From: linnix
- Re: Dynamic Linking of modules
- Prev by Date: Re: Hardware Neural Network
- Next by Date: Re: Remote Flashing w/ Window Client & OpenOCD
- Previous by thread: Hardware Neural Network
- Next by thread: Re: Dynamic Linking of modules
- Index(es):
Relevant Pages
|