[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Compiliation Error
Hello,
I am new to the uCLinux world and have encountered a difficulty compiling
the kernel. Following the posted instructions
(http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/Documentation/building_
kernel.html) produces an error on the final 'make' command. During my first
compile attempt I turned off some options (hardware multipliers and others,
to target a VirtexE) and received the error, upon which I ran 'make clean'
and then followed the instructions verbatim with all default settings.
mb-gcc -D__KERNEL__ -I/home/scraven/uClinux-2.4.x/include -Wall -Wstrict-pr
ototypes -Wno-trigraphs -O1 -g -fno-strict-aliasing -fno-common -fno-builtin
-DNO_MM -DNO_FPU -D__ELF__ -DUTS_SYSNAME="uClinux" -D__linux__ -I/usr/local
/microblaze-elf-tools/bin/../lib/gcc-lib/microblaze/2.95.3-4/./include -mno-
xl-soft-mul -mno-xl-soft-div -mxl-barrel-shift -nostdinc -iwithprefix
include -DKBUILD_BASENAME=kcore -c -o kcore.o kcore.c
kcore.c: In function `read_kcore':
kcore.c:362: `vmlist_lock' undeclared (first use in this function)
kcore.c:362: (Each undeclared identifier is reported only once
kcore.c:362: for each function it appears in.)
kcore.c:415: warning: `err' might be used uninitialized in this function
make[4]: *** [kcore.o] Error 1
Any assistance would be greatly appreciated.
Stephen Craven
Configurable Computing Lab
Viginia Tech
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/