Hi, I have ported Gcc-4.6.2 to an embedded target. My C++ compiler is generating huge code size. #include <iostream> using namespace std; int main() { return 0; } If we execute the above program then all the function in the iostream library are included in the elf as a result size of elf is increased.... Please help me in solving this issue.. Thanks in Advance, Nagaraju