Extracting Used HAL Library Files
I am currently working on a project that is to be certified to level C per DO-178b by the FAA. In order to do this, all of the source files that are used in the compilation of the program need to have project requirements associated with them. I am looking for an easy way to extract all of the library files used into a separate singular project (not using the associated syslib project). This way I can have a project that contains only source files I need that is not managed in anyway by the NIOS II syslib environment. Does anyone have suggestions on how to extract the library files that are used? Or at least a list of all used files and their locations? Life becomes much easier for me if I can build the same project without the IDE managing the syslib for me. I am currently using NIOS II IDE Ver 9.0SP2. Thanks in advance!