Hi all,
This is bhimesh . When compiling the dsplink at /
dsplink_linux_1_63/dsplink/gpp/src$ make -s debug
I am getting the following error. of course that it is asking the
autoconf.h from the linux folder in the kernel .but it is available in
the generated folder of my kernel. That is why it is showing an error.
Is the error in the kernel building or in the my dsplink
Building kernel side code using kbuild
/home/bhimesh/dsplink_linux_1_63/dsplink/gpp/src/../../gpp/src/arch/
OMAP3530/shmem/Linux/omap3530_phy_shmem.c:25:28: fatal error: linux/
autoconf.h: No such file or directory
compilation terminated.
Linux kernel : Linux-3.2.0-rc1
compiler :4.5.2 version ( arm-none-linux-gnueabi- )
dsplink : dsplink_linux_1_63
Code generation tool : C6000
xdc tool : xdctools_3.10.03
dsp bios : bios_5_33_02
Please help me on this .
---bhimsh
Hi all,
This is bhimesh . When compiling the dsplink at /
dsplink_linux_1_63/dsplink/gpp/src$ make -s debug
I am getting the following error. of course that it is asking the
autoconf.h from the linux folder in the kernel .but it is available in
the generated folder of my kernel. That is why it is showing an error.
Is the error in the kernel building or in the my dsplink
did you build the kernel? just having the kernel is not enough,
it needs to have been built for that file to be there.
Are you building the kernel out-of-tree? In that case I think you
have to give both the path to the source and the build folder in the
dsplink makefile, but I forgot where exactly...
Hi vladmir,
Thanks for reply. Yes I build the kernel . But with this
kernel it is generated autoconf.h file in the generated folder. But
in my dsplink it is looking the file in linux folder. But with the
kernel 2.6 using the dsplink_1_61_03 . I successfully generated the
dsplinkk.ko. But with the Linux-3.2.0-rc1 using the
dsplink_linux_1_63 .I facing the above posted issue Is there any
patchs are required for the this dsplink using Linux-3.2.0-rc1 kernel.
If yes, where these are available.