I am trying to develop some image processing routines for the CMUcam, and I wondered if there is an easy way of linking the GSL (GNU Science Library).
I can compile a source using the GSL library with GNU C just fine, but when I try to compile a source for the CMUcam I get an error.
I'm not new to programming, but I'm completely new to embedded programming, so my guess is there is a special way to do this.
If using the GSL library is virtually impossible with the CodeSourcery ARM compiler, is there a comparable math library I can use? I just need FFT and matrix functions.