Brian,
Thank you for this it worked ! I also ended up removing some files on the SD
card to clear up space on the TS-7350. ( I will have to figure out how to
enable more than 512 MB on the TS-7350 one of these days, my SD card is 2GB)
One more follow up question:
I am developing my code on windows using the eclipse platform. And I would like
to use functions provided by libcurl. So to do this i included the .h file
(<curl\curl.h>) and started calling into the library. for ex:
CURL *curl;
CURLcode res;
curl = curl_easy_init();
When i try to compile i am presented with errors like:
#error "CURL_SIZEOF_LONG definition is missing!"
I believe this is because i don't have the correct #defines in place. Anyone
out there ran into this issue ? How do you develop and cross compile with
libcurl on eclipse than deploy onto the TS-7350 ?
Thanks in advance for any suggestions.
--- In "bsmuck2000" <> wrote:
>
>
> I compiled libcurl natively with the following set of commands.
>
> ./configure --without-ssl
> cd lib
> make
> make install
>
> Hope this helps,
>
> Brian
>
> --- In "aalsodev" <aalsodev@> wrote:
> >
> > Hi all,
> >
> > I am just beginning to do some development for the TS-7350 board primarily
> > using eclipse under windows.
> >
> > I see a few people out there are using libcurl on the TS-7350 board. I am
> > trying to compile libcurl under debian on TS-7350, and am currently getting
> > a out of space error on the board when i try to compile using make
> > linux-ssl. Any suggestions on how to get up and running with libcurl ? Are
> > you guys using pre-compiled versions ? Anyone using the 7.20.0 release ? Is
> > it possible to cross-compile under eclipse than to deploy on TS-7350 ?
> >
> >
> > thank you
> >
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|