Dear Kim,

 

I’m sorry for the inconvenience. You don’t need to return to Ubuntu 12.04

Please install libsdl1.2 dev package on Ubuntu. --enable-sdl option was missing 
in the emulator_configure.sh.

 

In addition to this, you might download swt.jar file from the below URL and 
follow the step.

-  
<http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.3-201306052000/swt-4.3-win32-win32-x86.zip>
 
http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops4/R-4.3-201306052000/swt-4.3-win32-win32-x86.zip

 

 $ cd qemu/tizen

 $ mkdir -p src/skin/client/lib

 $ cp swt.jar src/skin/client/lib 

 

It is possible to build qemu on Ubuntu, Windows and Mac OS X.

Let us know if you have any questions.

 

Best Regards,

Kitae Kim

 

From: Dev [mailto:[email protected]] On Behalf Of Hyukjoong Kim
Sent: Thursday, November 06, 2014 2:53 PM
To: SeokYeon Hwang
Cc: [email protected]
Subject: Re: [Dev] How can I build Tizen sdk, especially Tizen emulator, with 
my own hands?

 

I'm trying to install necessary things, and I installed 

libasound2-dev, 

libcurlpp-dev,

libcurl4-openssl-dev,

libglib2.0-dev

libpixman-1-dev,

libpng12-dev,

libcap-dev,

libattr1-dev,

libv4l-dev, 

libxext-dev,

libglu1-mesa-dev

 

according to the error report.

 

However, from now, the error message comes like this,

 

tizen/src/ecs/ecs_msg_device.o: In function `msgproc_device_req_tgesture':

/home/ari/tizen_2.2/emulator/qemu/tizen/src/ecs/ecs_msg_device.c:203: undefined 
reference to `get_multi_touch_enable'

/home/ari/tizen_2.2/emulator/qemu/tizen/src/ecs/ecs_msg_device.c:204: undefined 
reference to `clear_finger_slot'

collect2: error: ld returned 1 exit status

make[3]: *** [qemu-system-i386] Error 1

make[2]: *** [subdir-i386-softmmu] Error 2

make[2]: Leaving directory `/home/ari/tizen_2.2/emulator/qemu'

make[1]: *** [qemu] Error 2

make[1]: Leaving directory `/home/ari/tizen_2.2/emulator/qemu/tizen/src'

make: *** [all] Error 2

 

 

I guess this is version problem of the library that I installed, 

 

thus, my question is, can I get some list of should-installed-packages required 
for building emulator? include version of OS? I currently work with ubuntu 
14.04, but if I had to, I can return to the 12.04.

 

If i return to the ubuntu 12.04, will the problem be solved?

 

Thank you for all you replies,




                                                                                
  

김 혁 중

성균관대학교 IT 융합학과 박사과정

임베디드 소프트웨어 연구실

 

Kim, Hyukjoong

Sungkyunkwan University

Ph.D Course in Computer Engineering, IT Convergence 

Embedded Software Lab.

e-mail : [email protected] / [email protected] 

phone : +82 10-9489-8974

 

                                                                                
  

 

2014-11-06 13:54 GMT+09:00 SeokYeon Hwang <[email protected]>:

You can forget TIZEN_SDK_DEV_PATH unless you want to use libav-emul, 
libvboxusb, …

 

I don’t know what is your OS and distribution, so I cannot answer exactly. You 
might need a some search for that.

If you use Ubuntu, I guess you should install “asound2-dev” for preparing alsa 
dev package.

 

Thanks.

 

From: Hyukjoong Kim [mailto:[email protected]] 
Sent: Thursday, November 06, 2014 1:35 PM
To: SeokYeon Hwang
Cc: [email protected]
Subject: Re: [Dev] How can I build Tizen sdk, especially Tizen emulator, with 
my own hands?

 

Thanks for reply, 

 

I've cloned 'sdk/emulator/qemu.git'

 

and I tried 'emulator_configure.sh', but there are some errors.

 

First, it told me I need to install pkg-config, thus I installed that, but 
after that, there are also have a problem with alsa, like this

 

'ERROR: alsa check failed

       Make sure to have the alsa libs and headers installed.'

 

First of all, I think emulator_configure.sh set TIZEN_SDK_DEV_PATH as 
home_dir/tizen-sdk-dev, but I don't have any of that directory and there data.

 

And secodly, I already installed alsa package.

 

Should I install extra dev tools for building sdk? then how can I do that?

 

Please answer me,

 

Thanks.




                                                                                
  

김 혁 중

성균관대학교 IT 융합학과 박사과정

임베디드 소프트웨어 연구실

 

Kim, Hyukjoong

Sungkyunkwan University

Ph.D Course in Computer Engineering, IT Convergence 

Embedded Software Lab.

e-mail : [email protected] / [email protected] 

phone : +82 10-9489-8974

 

                                                                                
  

 

2014-11-06 11:37 GMT+09:00 SeokYeon Hwang <[email protected]>:

Dear Kim,

 

First, You should clone ‘sdk/emulator/qemu.git’.

 

Then you can build emulator by execute ‘build.sh’ in ‘[QEMU]/tizen’ directory.

Or, Execute “./emulator_configure.sh” and execute “make install”.

“./emulator_configure.sh” will complain to you if essential dev packages are 
not installed.

 

If you success to build emulator, you can find ‘emulator-x86’ in 
‘[QEMU]/tizen/emulator/bin’.

 

Thanks.

 

From: Dev [mailto:[email protected]] On Behalf Of Hyukjoong Kim
Sent: Thursday, November 06, 2014 10:34 AM
To: [email protected]
Subject: [Dev] How can I build Tizen sdk, especially Tizen emulator, with my 
own hands?

 

Hi All,

 

I'm just trying to newly build tizen sdk, especially, I want to build Tizen 
emulator with new qemu, but there are no instruction, in my efforts, about that.

 

I think emulator-x86 (from tizen-sdk-root/tools/emulator/bin/) is the emulator 
binary that contains qemu, and I found qemu and some seems-emulator-related 
feature on http://reivew.tizen.org 

 

But I can't find how to package and build all.

 

Can someone let me know how to build all this to make new tizen emulator?

 

thnks,




                                                                                
  

김 혁 중

성균관대학교 IT 융합학과 박사과정

임베디드 소프트웨어 연구실

 

Kim, Hyukjoong

Sungkyunkwan University

Ph.D Course in Computer Engineering, IT Convergence 

Embedded Software Lab.

e-mail : [email protected] / [email protected] 

phone : +82 10-9489-8974

 

                                                                                
  

 

 

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to