Results 1 to 1 of 1
I have a program that I am converting from being compiled with Green Hills Multi to GNU. There are several instances in the Linker script that set data to specific ...
- 09-09-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 27
Memory allocation/corruption
I have a program that I am converting from being compiled with Green Hills Multi to GNU. There are several instances in the Linker script that set data to specific memory locations, i.e. ORIGIN = 0x70000.
Since I assume Green Hills Multi somehow simulated these memory addresses, what can I do to ensure that I do not corrupt the memory on my computer by trying to run this program?


Reply With Quote