> export KERNEL_PATH=~/Design/Renesas/RZ/rskrza1_bsp/output/linux-3.14/kernel
I would think your kernel path is:
export KERNEL_PATH=~/Design/Renesas/RZ/rskrza1_bsp/output/linux-3.14
(no /kernel at the end)
Like it says here:
/-------------- | Your kernel headers are incomplete/not installed. | Please install kernel headers, including a .config | file or use the KLIB/KLIB_BUILD make variables to | set the kernel to build against, e.g. | make KLIB=/lib/modules/3.1.7/ | to compile/install for the installed kernel 3.1.7 | (that isn't currently running.) \-- |
What happens if you do a:
$ export KLIB=~/Design/Renesas/RZ/rskrza1_bsp/output/linux-3.14 |
first, then run your build script?