[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] socket.h
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] socket.h
- From: Darko Tasovac <tdarko@xxxxxxxxx>
- Date: Mon, 21 Sep 2009 20:19:41 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=K+q4D8N6i3DnYXL9YIogntmKViEGakNJXoZa9yYYb30=; b=HslzZpWftGPeCpQ+f4nwCoEHrptY5zzcWU5+qslACnEq0hlHDyj2zOzB2WUEyeBqn2 m7ODDgro+/RCvEhnxjbtGib3xi+Qhi9LTIPXbvW6H2iwHOD2KzL8WePXd9/49MYLZrlU LzRZN72dRHpMc49ZRpF/aNNMskciEOHUSLrTA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RYk1KYslkSEGKGVCJLcnQ74uQQOOOkXUM+J7lJxQ46dfuvckCfiaeAChm0zUG9nUjx PN8y2kjA6JbpUXxzRY7rZwFLfBvDYfCECqr1eUPoWIkN1ZiI2mDNhlMlg3H1TyFS2OSG Qtcd9367RNSkxNhxc/iRd3dF9gSBnGcuoZ9bI=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxxxxxxxx
Hi,
I have a small program which uses socket.h library (#include <sys/socket.h>. I wanted to build it for Petalinux (spartan3e500, microblaze) but there are some problems.
After the make command, the output is
/home/username/petalinux-v0.40-final/tools/linux-i386/microblaze-uclinux-tools/bin/../lib/gcc/microblaze-uclinux/3.4.1/../../../../microblaze-uclinux/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
I tried with #include <asm-microblaze/socket.h>, even created in the include folder asm/socket.h, but nothing. The same error appears. I tried manually to build with microblaze-uclinux-gcc name.c -o name -lsocket, but again nothing.
Has anyone encountered similar problem?
Best regards,
Darko T.