Hi, Stanislav Vorobiov and SeokYeon. I agree that 64-bit binaries may solve the memory limit and LARGEADDRESSAWARE option may increase the limit. However, I think that effort to support 64-bit binaries may not be negligible since we need stable 64-bit libraries. Relatively, LARGEADDRESSAWARE option may be supported with little effort.
Except the limit of memory, are there other problems of 32-bit binaries? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Stanislav Vorobiov Sent: Friday, March 07, 2014 8:55 PM To: [email protected]; [email protected] Subject: Re: [Dev] [SDK/Emulator] 64-bit tizen emulator on windows Hi, SeokYeon Thanks for the info. 64-bit binaries would sure solve a bunch of problems on 64-bit window such as unchangeable 2GB virtual memory limit in QEMU. On 32-bit windows we can use /3GB boot flag, but it doesn't help on 64-bit windows. If building 64-bit binary won't work there's another option of using -Wl,--large-address-aware option which enabled one to use 4GB of virtual memory in 32-bit apps on 64-bit windows, but I haven't tried it as well... On 03/07/2014 03:34 PM, 황석연 wrote: > Hi~ Stanislav, > > > > We tried to build 64 bit binary on Windows long times ago. > > But, there were many problems with MinGW toolchain with 64 bit. > > > > I think it can be done now, but we did not try it again after that. > > > > Have anyone tried this ?? > > > > ------- *Original Message* ------- > > *Sender* : Stanislav Vorobiov<[email protected]> Expert > Engineer/SRR-Tizen S/W Group/삼성전자 > > *Date* : 2014-03-07 19:22 (GMT+09:00) > > *Title* : [Dev] [SDK/Emulator] 64-bit tizen emulator on windows > > > > Currently tizen emulator is 32-bit on 64-bit windows, is it possible to build 64-bit tizen emulator on windows platform ? Have anyone tried this ? > _______________________________________________ > Dev mailing list > [email protected] > https://lists.tizen.org/listinfo/dev > > > > > > > _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev _______________________________________________ Dev mailing list [email protected] https://lists.tizen.org/listinfo/dev
