Hi, I was going to create a library of basic functions for my hardware to use for different development projects and I am left wondering how to include references to the dspbios library when it isn't included until you create a tcf file which is irrelevant to the library and the "${BIOS_INCLUDE_DIR}" variable has no value. Do I just take the path to the DSPBIOS include directory and add it to the compiler paths or is it not possible to use references to DSPBIOS in a static library.
Thanks.