Problem with include path in eclipse

Hi, Can you help me with how cross compile gsl to beagleboard architecture? i don’t know how i can do that!!!

I’m trying, when installing library:
./configure --host=arm-linux-gnueabihf
make HOST_CC=“gcc -m32” CROSS=arm-linux-gnueabihf
make install PREFIX=/usr/arm-linux-gnueabihf

But…eclipse didn’t build my project…
I will be too thankful with u if you can help me…