News

Relocatable object file, which contains binary code and data in a form that can be combined with other relocatable object files at compile time to create an executable object file. Executable object ...
Let's say we have a file name data.txt that we want to embed in our executable: # cat data.txt Hello world To convert this into an object file that we can link with our program we just use objcopy to ...