Hey! I already posted that question on the Tizen Application-dev list but I'm stuck with this issue and couldn't find an answer.
I want to compile the firmware for the Samsung camera NX300M. I've downloaded the source code (1.13 on http://opensource.samsung.com), set up a linux system with Ubuntu 14.10, installed all the compilers and stuff and worked my way with the help of the build guide. When I try to run "make kernel" I get an error with the filesystem module. I tracked down that the cause is the sbs build command ("~/sbs-install/bin/sbs -b", according to the Makefile). So I ran "~/sbs-install/bin/sbs -b -v" in "~/tizen/packages_nx300m/filesystem" and this is the log: markus@ubuntu-14 ~/tizen/packages_nx300m/filesystem % ~/sbs-install/bin/sbs -b -v sbs: Got state: /home/markus/sbs/.state/state/all-ok Source directory is /home/markus/tizen/packages_nx300m/filesystem sbs: [exec] cd /home/markus/tizen/packages_nx300m/filesystem sbs: Checking build architectures sbs: Extracting build-dependencies sbs: Will try to install following packages: build-essential:native sbs: [exec] mkdir -p /home/markus/sbs/target-armel//var/lib/sbs/autobuilder-apt-8083 sbs: [exec] mkdir -p -m755 /tmp/sbs_create_dummy_deb.Tf8Y2p/DEBIAN sbs: [exec] chmod 644 /tmp/sbs_create_dummy_deb.Tf8Y2p/DEBIAN/control sbs: [exec] dpkg-deb -b /tmp/sbs_create_dummy_deb.Tf8Y2p /home/markus/sbs/target-armel//var/lib/sbs/autobuilder-apt-8083/dummy-dep.de b dpkg-deb: building package `sbs-dummy-dep' in `/home/markus/sbs/target-armel//var/lib/sbs/autobuilder-apt-8083/dummy-dep.d eb'. sbs: [exec] cd /home/markus/sbs/target-armel//var/lib/sbs/autobuilder-apt-8083 sbs: [exec] sb2 -R -t sbs-tools_home_markus_sbs -m emulate -- dpkg-scanpackages . sbs: failed to perform requested operation sbs: [exec] rm -f /tmp/sbs_builddep.7z5tzM sbs: [exec] rm -rf /home/markus/sbs/target-armel//var/lib/sbs/autobuilder-apt-8083 sbs: [exec] rm -rf /tmp/sbs_create_dummy_deb.Tf8Y2p sbs: [exec] rm -f /tmp/sbs_cleanuplist.wCu6zz sbs: failed to perform requested operation sbs: [exec] rm -f /tmp/sbs_cleanuplist.171Ft What can I do to fix this error? mfg.. ..Markus _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
