LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded LVM file, memory map?

Solved!
Go to solution

I am running out of memory, "No Space in Execution Regios" when I try to built my ARM 7 project.  I want to determine the code size for each of my VIs in the project.   Is there a LINK file? 

 

The build process produces an Applicaiont.lvm file that contains some (all) of the mapping mapping.  I found an SDK article that showed how to read the various data/structure size and mapping format but did it not describe how the VI executibles were mapped.

 

 What is the best way to determine the size and mapping of both data and executable code for an Embedded project build? 

 

0 Kudos
Message 1 of 2
(6,035 Views)
Solution
Accepted by topic author rales

There is a linker output map file located at

 

.../<project dir>/<proj name>/<target name>/<applicaiton name>/2.0/project/labview.map

0 Kudos
Message 2 of 2
(6,022 Views)