Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Individual assemblies sizes


  • Please log in to reply
2 replies to this topic

#1 jcsaez

jcsaez

    New Member

  • Members
  • Pip
  • 3 posts

Posted 11 April 2012 - 09:52 AM

When trying to deploy assemblies to netduino, deploying fail when total assemblies size exceed available flash. How can I see individual assemblies sizes? I want it just to know when and where to optimize flash.

#2 ErikN

ErikN

    Advanced Member

  • Members
  • PipPipPip
  • 119 posts
  • LocationNew York, NY

Posted 11 April 2012 - 02:12 PM

I've always just taken a look at the output directory file sizes. For instance, in a default configuration you'll have a BIN folder with 1 or 2 folders underneat: Debug and Release. Whichever configuration you're building, go into that folder. You should see your DLL (and probably other referenced files, build artifacts, etc.) and 2 more folders: LE and BE (for little endian and big endian builds.) These should be about equivalent but you're likely deploying the LE files. Go into that folder and take a look at the .PE file sizes (I'm pulling from memory - maybe it's not PE?).

#3 jcsaez

jcsaez

    New Member

  • Members
  • Pip
  • 3 posts

Posted 16 April 2012 - 07:38 PM

There is an output on debugger window that tell something, but this output is cleared so quick. Is there any way to rescue this output?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.