[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



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