I was linking in the C67x fast math library (2_01_00)while using the expsp function. The problem is that the exsp.asm file places a section of code in the "text" section instead of the ".text" section. This caused the linker to throw an error stating that a section was being linked in without having a definition. I had to create a custom cmd file to specify this section.