Hi all,
I\'m having an issue with cross compiling for the Z and I\'m beating my head against the wall trying to figure it out. When I compile a simple hello world program in C++ using stl, I get a binary that is over 3MB, even when compiling in release mode with optimizations turned on. When I remove all references to stl and compiled the program again, and binary still turns out to be 3MB. Any thoughts??
Bebe