libstdc++

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux