Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Library names in built binary file(Build project without excess data)
Library names in built binary file [message #1836688] Tue, 12 January 2021 03:21 Go to next message
Eclipse UserFriend
After build C project in Eclipse in binary (*.bin) file a some excess data exist. Like library manes. libstdc++.so.6 libm.so.6 libgcc_s.so.1 libc.so.6. This data not necessary for functioning my application. Is there some setting to eliminate this additions to binary file?
Re: Library names in built binary file [message #1836717 is a reply to message #1836688] Tue, 12 January 2021 13:28 Go to previous message
Eclipse UserFriend
It seems that you have built a dynamically-linked Linux file and converted it to pure binary. It will not work, you do need proper support for running it.

Which system did you intend the binary to run on?
Previous Topic:How about CTAGS?
Next Topic:Shortcut
Goto Forum:
  


Current Time: Tue Jul 01 15:43:20 EDT 2025

Powered by FUDForum. Page generated in 0.23015 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top