> [ 602s] -- The C compiler identification is GNU > [ 603s] -- The CXX compiler identification is GNU > [ 604s] -- Check for working C compiler: /usr/bin/gcc
When I run the following command for webkit-efl build, webkit-efl $ sudo gbs build -A armv7l --clean --clean-repos I meet a hang problem at this point. No more progress message is shown. Sorry Jan-Simon, I don't understand exactly the process you mentioned. 1. download qemu-arm source 2. static build 'qemu-arm' 3. backkup original /usr/bin/qemu-arm, cp new qemu-arm to /usr/bin 4. change .spec file (add '--debug-output --trace' option to cmake) 5. sudo gbs build -A armv7l --clean --clean-repos Question1) I understood correctly? and why qemu-arm is required to build tizen webkit-efl? Question2) In step 4, which .spec do you means? what is the name? where does it located? I can find two .spec file as followings, ./webkit-efl/packaging/webkit2-efl.spec ./webkit-efl/packaging-for-webkit-engine/webkit-engine.spec Question3 to everyone) All other people who successfully (gbs) build for armv7l, meet this situation? or not, why my build process is different with other people? (My host environment is Ubuntu12.04 LTS.) Thank you in advance. - jy On Mon, Mar 25, 2013 at 11:11 PM, Jan-Simon Möller <[email protected]> wrote: > On Sunday 24 March 2013 09:57:59 Jeong-Joon Yoo wrote: >> Thank Jan-Simon, >> >> > Thats an issue with the cpu transparency and cmake. Well known but not >> > resolved. > > You can try a more recent qemu-arm but be aware that changing it is no > trivial task and might not work for your specific host setup. > (static build of qemu-arm, bkup original copy, cp new qemu-arm to /usr/bin ) > > can you change the .spec file and run cmake with: > > --debug-output --trace > > and post the result. > > > Best, > JS > _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
