Quote Originally Posted by tx0 View Post
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
:
 
akernelto build the MRUA drivers per se.
 
bapps  to build the sample applicationsThey 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 utilitiesThey
                will be located in 
'MRUA_src/llad_smallapps'
  
xtest       to build the xtest utilitiesThey will be located
                in 
'MRUA_src/llad_xtest'
  
i2c         to build the I2C module and test applicationThe produced
                binaries will be located in 
'MRUA_src/emhwlib_hal/i2c'
  
mambolfb    to build the Linux frame buffer driver for the SMP86xxThe
                produced driver will be located in 
'MRUA_src/mambolfb'
  
cleanreleaseto clean the package


[root@hqn:/1 mrua_SMP8634_2.8.7.0_dev.mips]#make kernel
make -/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 ??