Errors building bb-kernel

I'm trying the build_deb.sh script in bb-kernel on branch 3.8.13-bone72, and I'm getting zillions of "wrong ELF class: ELFCLASS64":

*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.

‘.config’ -> ‘/home/rmann/bbb/bb-kernel/patches/defconfig’

it's a 32bit binary on a 64bit machine problem... Just ignore it.. :wink:

or under version.sh switch the gcc compiler to linaro 4.9... as that's
64bit, but not compile/boot tested on the old 3.8..

Regards,

Thanks!