Hello, guys! There's one thing that I don't understand. Look, I've got an Ubuntu 14.04 box. I've installed the arm-linux-gnueabihf toolchain.
Here's the gcc output: admin@node2:~/tizen_ivi_src$ /usr/bin/arm-linux-gnueabihf-gcc -v 2>&1 | sed 's/ --/\n --/g' Using built-in specs. COLLECT_GCC=/usr/bin/arm-linux-gnueabihf-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/lto-wrapper Target: arm-linux-gnueabihf Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.2-16ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/arm-linux-gnueabihf/include/c++/4.8.2 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-armhf-cross/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-armhf-cross --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-armhf-cross --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libgcj --enable-objc-gc --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-linux-gnueabihf --program-prefix=arm-linux-gnueabihf- --includedir=/usr/arm-linux-gnueabihf/include Thread model: posix gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) Look, it's with the --with-float=hard. Why can't we just take this toolchain and build Tizen from scratch for Armv6 ? I'm using this toolchain to build kernels for RPi and they work. Or Tizen must be built with a special toolchain? Then how does it differ from this one? How can I build it? 2014-10-31 13:53 GMT+03:00 Leon Anavi <[email protected]>: > Hi Phil, Grigory, > > >> tizen uses ARMv7 at least >> so you need to rebuild it all your own >> >> But, I remember ARMv6 work in progress where revealed at TdcSf14 >> >> check page 6 >> >> http://www.slideshare.net/MyungJooHam/tdc-mjham-armkernelintizen3noani >> >> armv6 support (Raspberry Pi) coming soon. (Thanks to Univ. of Warsaw) >> >> > I also remember this presentation but I have seen any Tizen images for > Raspberry Pi. Is there any new information about the status and the > progress of the work on ARMv6 support of the Tizen toolchain? > > Best regards, > Leon > > -- > http://anavi.org/ > -- Best regards, Grigory Ptashko +7 (916) 1489766 [email protected] skype grigory_ptashko linkedin.com/in/gptashko <http://ru.linkedin.com/in/gptashko/> facebook.com/GrigoryPtashko <https://www.facebook.com/GrigoryPtashko>
_______________________________________________ IVI mailing list [email protected] https://lists.tizen.org/listinfo/ivi
