|
problem in building uClinux kernel
Hi i am new to linux world ! i m using RedHat 9 on my development system. I m trying to port uClinux on blackfin processor. for that i need to use linux on my developement host computer.
I tried to compile the uClinux kernel.
procedure is as follows :
first i installed blackfin toolchain to compile uClinux kernel.
then i export the path of tool chain in terminal window.
then make menuconfig.
then make clean .
and finally make.
i found this error message :
bfin-uclinux-gcc -O2 -pipe -fno-builtin -Wall -DEMBED -D__uClinux__ -system /home/chaitanyab/uClinux_WD/uClinux-dist/staging/usr/include -Wall -fno-builtin -isystem /home/chaitanyab/uClinux_WD/uClinux-dist/staging/usr/include -I../include -D__ADSPBLACKFIN__ -c -o cadd16.o cadd16.c make: expand.c:489: allocated_variable_append: Assertion `current_variable_set_list->next != 0' failed. make[2]: *** [all] Aborted make[2]: Leaving directory `/home/chaitanyab/uClinux_WD/uClinux-dist/lib/libbfdsp' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/chaitanyab/uClinux_WD/uClinux-dist/lib' make: *** [subdirs] Error 1
what is the problem i am unable to understand!!! please help!!! I also update the make. but still the problem is there.
make version is 3.79.1.
|