[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Error make all pgalloc.h on a split Windows/Linux with EDK8.1 and Spartan3E-500 devkit
- To: microblaze-uclinux@xxxxxxxxxxxxxx
- Subject: [microblaze-uclinux] Error make all pgalloc.h on a split Windows/Linux with EDK8.1 and Spartan3E-500 devkit
- From: "Stephane Rousseau" <stephaner@xxxxxxxxx>
- Date: Wed, 25 Apr 2007 19:57:15 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Hpv3Dzphgtlzj+qZvjmFUwf9pWKphatx0/y8s3eoP+r/RTzDJPaDRMU6wa8yqGY3gw6LpAQV2Cf2AteYxtyKFxod+++bz1KvW7e2zR40fBDvifK0c3jAwf0BSH8l3zc1ViR86B5Ui+8NrE90dNodLb4IUKixFh6E9BRRo+RwDUU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=IlRlzbmpwS16aDGlXG+ECEpyDJ5/obFhhgGBykA9s7iRGoh7CA7g6sMeNK3CK1EP8sq06lLBecfknc6a+D3UkrY7C0YaLG1xkCB+p6Pa9B8AMKQmWtvSo08URUdIreqMf6DLWdmnQBoijDbtAZyTLQqEWC8X1Y9tu/QSF3fOGbc=
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
Hello,
I'm trying to build petalinux on a split Windows/Linux with EDK8.1 and Spartan3E-500 rev D devkit.
I have removed the ethernet and changed the DTE for a DCE. On the windows platform, i've built the hardware version with the fs-boot.
The board boat and show the fs-boot messages on the terminal.
I've copy the files over the linux part did the petalinux-copy-autoconfig with succes.
But a the make all part, i receive the following messages:
79: warning: type defaults to `int' in declaration of `sigact_cachep'
/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/linux/slab.h:79: warning: data definition has no type or storage class
In file included from /home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/linux/highmem.h:5,
from /home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/linux/pagemap.h:16,
from /home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/linux/locks.h:8,
from /home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/linux/blk.h:5,
from init/main.c:25:
/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/asm/pgalloc.h:28:44: missing ')' in _expression_
/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/asm/pgalloc.h:47:44: missing ')' in _expression_
/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/asm/pgalloc.h:78:44: missing ')' in _expression_
/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x/include/asm/pgalloc.h:99:44: missing ')' in _expression_
make[1]: *** [init/main.o] Error 1
make[1]: Leaving directory `/home/petalinux/petalinux-v0.10-rc1/software/uClinux-2.4.x'
make: *** [linux] Error 1
[petalinux@localhost petalinux-dist]$
Anyone has a clue on how to correct the problem?
Thank you,
Stephane Rousseau