Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 08:21 Go to next message
Andrey TArletskiy is currently offline Andrey TArletskiyFriend
Messages: 1
Registered: January 2021
Junior Member
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 18:28 Go to previous message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
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?


--

Tauno Voipio
Previous Topic:How about CTAGS?
Next Topic:Shortcut
Goto Forum:
  


Current Time: Fri Apr 26 04:55:19 GMT 2024

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

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

Back to the top