cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: can i use Lib curl for DaVinci processors of TI?

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 18 Jan 2008 16:53:44 -0800

On Fri, Jan 18, 2008 at 01:47:42PM +0530, zuber saiyed_at_einfochips.com wrote:
> Thanks for your prompt reply.
>
> Yes I have tried with configure --host=arm_v5t_le-linux --without-random
> --disable-shared.
>
> Here is the log which I have got while running this command
[...]
> checking host system type... Invalid configuration `arm_v5t_le-linux': machine
> `arm_v5t_le' not recognized
>
> configure: error: /bin/sh ./config.sub arm_v5t_le-linux failed

Then as Daniel says, the --host line won't work and you'll need to set the CC, LD and other environment variables. Try a plain --host=arm-linux in that
case.

> And yes arm_v5t_le-objdump -x curl has all the functions that I am calling from
> my application so no issues with the curl binary.

"No issues with the curl binary"? But in your last message you said you got
a "cannot execute binary file" error! Are you saying that error went away
and the binary now works?

> Now I am running curl command on TI?s target with curl configures using the
> script I sent before.

That sentence implies the same--are you saying curl started working? But
how, when your configure line errored out above?

> When I use curl ?o command to download a file from a FTP server I can download
> the specified file.
>
> But when I use curl ?T command to upload a file on FTP server I can?t. The same
> command was working when I tried with the curl configured for Linux and gcc
> compiler.
>
> It gives me this error: ?curl: (55) select/poll returned error?

Well, obviously, something happened between the "configure: error" line above
and this last part of your message, since you've (somehow) gotten past that
"cannot execute binary file" error.

> Do you have any idea where I am making a mistake or missing something?
>
> Had anybody before faced such issue?

I haven't run into that error message before. Try using the -v command-line
option to get more information about why.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2008-01-19