Quote:
Just tried to build 2.8.7.0 MRUA, make apps were ok, but failed with MRUA drivers (make kernel). any ideas?
PHP Code:
Standalone development kit for SMP86xx
The following targets are available:
a) kernel: to build the MRUA drivers per se.
b) apps : to build the sample applications. They will be available in
the 'bin' directory.
You will need to insert the drivers into your Linux kernel on your
target platform.
Other available targets are:
dcc : to build the DCC library in 'MRUA_src/dcc' and copy it to
'lib' where it is used by the sample applications.
smallapps : to build the small example applications and utilities. They
will be located in 'MRUA_src/llad_smallapps'
xtest : to build the xtest utilities. They will be located
in 'MRUA_src/llad_xtest'
i2c : to build the I2C module and test application. The produced
binaries will be located in 'MRUA_src/emhwlib_hal/i2c'
mambolfb : to build the Linux frame buffer driver for the SMP86xx. The
produced driver will be located in 'MRUA_src/mambolfb'
cleanrelease: to clean the package
[root@hqn:/1 mrua_SMP8634_2.8.7.0_dev.mips]#make kernel
make -C /root/mrua_SMP8634_2.8.7.0_dev.mips/MRUA_src/llad/direct/kernel_src llad.ko
make[1]: Entering directory `/root/mrua_SMP8634_2.8.7.0_dev.mips/MRUA_src/llad/direct/kernel_src'
KBUILD_VERBOSE=1 make -C /root/smp86xx_toolchain.20080505/toolchain_build_mipsel_nofpu/linux/ M="$PWD" modules
make[2]: Entering directory `/root/smp86xx_toolchain.20080505/toolchain_build_mipsel_nofpu/linux'
make[2]: *** No rule to make target `modules'. Stop.
make[2]: Leaving directory `/root/smp86xx_toolchain.20080505/toolchain_build_mipsel_nofpu/linux'
make[1]: *** [llad.ko] Error 2
make[1]: Leaving directory `/root/mrua_SMP8634_2.8.7.0_dev.mips/MRUA_src/llad/direct/kernel_src'
make: *** [/root/mrua_SMP8634_2.8.7.0_dev.mips/MRUA_src/llad/direct/kernel_src/llad.ko] Error 2
[root@hqn:/1 mrua_SMP8634_2.8.7.0_dev.mips]#cd /root/smp86xx_toolchain.20080505/toolchain_build_mipsel_nofpu/linux
[root@hqn:/1 linux]#ll
total 20
drwxr-xr-x 4 4096 Mar 21 04:26 ./
drwxr-xr-x 13 4096 Mar 21 05:00 ../
-rw-r--r-- 1 0 Mar 21 04:26 .configured
-rw-r--r-- 1 0 Mar 21 04:26 .patched
-rw-r--r-- 1 0 Mar 21 04:26 .unpacked
-rw-r--r-- 1 129 Mar 21 04:26 Makefile
drwxr-xr-x 2 4096 Mar 14 2005 doc/
drwxr-xr-x 28 4096 Mar 21 04:26 include/
any progress on the compiling ??