Hi all,
well I'm trying to build a little app using parallel port to drive step motors.
In this app, I need to call a remote url.
I thought about using curl but I have an error trying to compile a curl example on my debian dev platform.
I built buildroot toolchain and compiling other stuff is ok.
my Q is: where to put the curl include headers on the dev linux and how to enable them ?
I put the headers found in the curl tarball under staging-mipsel-linux/include but this leads to error when trying to compile....
Any help ?
Thanks