Hi!
I have a serail card Moxa CP-104UL, on manufacturer site they have a driver source code package for linux 2.6 (both x86 and x64).
How can i build these drivers under ESX or for ESX kernel on another linux host?
I've downloaded ESX (sic! not ESXi !!!) 4.0 kernel sources from vmware download, but when I try to prepare these sources to compile driver (generate config files, symlink and other) by command make prepare, then i have following error:
/usr/src/linux-2.6.18-128.ESX/scripts/gcc-version.sh: line 11: /build/toolchain/lin32/gcc-3.4.6-3/bin/i686-linux-gcc: No such file or directory
/usr/src/linux-2.6.18-128.ESX/scripts/gcc-version.sh: line 12: /build/toolchain/lin32/gcc-3.4.6-3/bin/i686-linux-gcc: No such file or directory
make: /build/toolchain/lin32/gcc-3.4.6-3/bin/i686-linux-gcc: Command not found
make: /build/toolchain/lin32/make-3.81/bin/make: Command not found
make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop.
This happening only with VmWare kernel sources. What I'm missing? Can anybody help?