Is there a possibility to split large .a
files into multiple smaller ones?
I'm currently having an issue with a .a
file being multiple GiB large and GCC raises an error even with the flag -mcmodel=medium
.
Is there a possibility to split large .a
files into multiple smaller ones?
I'm currently having an issue with a .a
file being multiple GiB large and GCC raises an error even with the flag -mcmodel=medium
.
Copyright © 2021 Jogjafile Inc.
Use binutils tool "ar":
for extracting the objects from the archive and
for creating a new archive.