Hello,I have a project in XCode with the target having an ARM11 processor. I would like a faster FFT, so wanted to check out ARM's OpenMAX DL implementation. When I try building with the source files included, I am getting bad instruction errors in all of the .s files. I have been doing some research and people have suggested that there is a different syntax between the ARM RVCT, used to create these .s files, and GNU compliers, which I am using in XCode. Could this be causing these errors? If so, are there any resources on the differnces between the two compilers?Thanks!Jamie