Hi,
I am having build issues and/or boot up issues with uImage built from latest
DaVinci GIT for DM355. I believe it had worked fine earlier - probably couple
of commits earlier.
Did anything change in the baseport that broke DM355 build?
make davinci_dm355_defconfig gives the following error -
arch/arm/kernel/sys_oabi-compat.o
/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_epoll_wait':
/arm/kernel/sys_oabi-compat.c:288: error: implicit declaration of function
'kmalloc'
/arm/kernel/sys_oabi-compat.c:288: error: 'GFP_KERNEL' undeclared (first use in
this function)
/arm/kernel/sys_oabi-compat.c:288: error: (Each undeclared identifier is
reported only once
/arm/kernel/sys_oabi-compat.c:288: error: for each function it appears in.)
/arm/kernel/sys_oabi-compat.c:288: warning: assignment makes pointer from
integer without a cast
/arm/kernel/sys_oabi-compat.c:301: error: implicit declaration of function
'kfree'
/arm/kernel/sys_oabi-compat.c: In function 'sys_oabi_semtimedop':
/arm/kernel/sys_oabi-compat.c:324: error: 'GFP_KERNEL' undeclared (first use in
this function)
/arm/kernel/sys_oabi-compat.c:324: warning: assignment makes pointer from
integer without a cast
[1]: *** [arch/arm/kernel/sys_oabi-compat.o] Error 1
make davinci_all_defconfig does not give the above error since
CONFIG_OABI_COMPAT option is disabled in the davinci_all_defconfig.
However the uImage from davinci_all_defconfig or even from
davinci_dm355_defconfig (with CONFIG_OABI_COMPAT disabled) does not boot up on
DM355 EVM. It just hangs after uncompressing Linux....
Starting kernel ...
Uncompressing
Linux..............................................................................................
done, booting the kernel.
Any one else tried DM355 build and noticed the same issue?
Thanks
Sneha
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source