SDK RUT950 compile error

Hi, I am not able to complete finish compile SDK RUT950 because error ini toolchain
here my error

rm -rf /home/joe/rutos/tmp/stage-sqlite3
touch /home/joe/rutos/staging_dir/target-mips_24kc_musl/stamp/.sqlite3_installed
make[3]: Leaving directory '/home/joe/rutos/package/libs/sqlite3'
time: package/libs/sqlite3/compile#76.35#2.99#91.19
make[2]: Leaving directory '/home/joe/rutos'
make[1]: *** [package/Makefile:108: /home/joe/rutos/staging_dir/target-mips_24kc_musl/stamp/.package_compile] Error 2
make[1]: Leaving directory '/home/joe/rutos'
make: *** [/home/joe/rutos/include/toplevel.mk:238: world] Error 2

I am try to re make using V=sc, the result still same. any suggest to avoid this error?

Hello,
The first error has probably occurred before the snippet you have posted.
Could you execute:

make -k V=sc 2>&1 | tee makelog.txt

and post the makelog.txt file somewhere ?
Regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.