Hi,
I am using NetOS 7.4.1 and Eclipse on the Digi ME.
My application has now grown so that the compiled size is over 2M as shown below.
Compressing image.uncompressed to image.compressed
Using LZSS Encoder/Decode (v2)
Input bytes: 2248296
Output bytes: 925196
Compression ratio: 59%
Build complete for project Size_test
Initially this caused the linker to provide an error about overlapping segments. I solved this by increasing MAX_CODE_SIZE to 3M in bsp/7_4/connectem/customize.ldr. This removes the error from the linker and I can now run the application under the debugger.
However once I load this image into flash the system fails to boot at all. I guess that there is some other setting that also need changing when MAX_CODE_SIZE changes, but I have not managed to decode the cryptic comments to work out what to change.
Any help sincerely appreciated