i am looking to get the memory map of c program developed in Vxworks environment
Main Topics
Browse All Topicsi am learning vxworks
wha is the memory map of c program in vx works
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
>> how they are organised int the memory
What do you mean ? Those files (c files and headers) are only used by the compiler to generate object code. That object code is then combined into an executable by the linker. It's that executable that is loaded in memory.
The format of the executable (and thus the process memory) is dependent on the system (os).
Business Accounts
Answer for Membership
by: itsmeandnobodyelsePosted on 2008-02-03 at 01:01:38ID: 20808235
You may look for the following link:
xworks-faq /part1/
http://www.faqs.org/faqs/v
It also contains a FAQ regarding memory mapping (though it seems to me a operations system question rather than a question regarding the c compiler).
Regards, Alex