I have an archive file generated by a xilinx archiver using:
arm-xilinx-linux-gnueabi-ar -rs mylib.a
Looking inside of it using ar -t mylib.a
only shows a collection of .o files. But the ‘s’ option is supposed to add the index file to facilitate linkage. What does the index file look like?