Re: Symbian support

2016-07-25 Thread Andrew Haley
On 25/07/16 14:17, fedor...@mail.ru wrote: > I build for arm cpu. How write this function? Where I can see example > implementation? GCC builded with multilib support. If your ARM cpu has only one core, the function can be empty. If it has more than one core, then you must tell GCC which model o

RE: Symbian support

2016-07-25 Thread fedor_qd
I build for arm cpu. How write this function? Where I can see example implementation? GCC builded with multilib support. Always yours, Fiodar Stryzniou исходное сбщ Тема: Re: Symbian support От: Andrew Haley Дата: 25.07.2016 14.45 On 25/07/16 12:37, fedor...@mail.ru wrote: > GCC 6.1.0 inse

Re: Symbian support

2016-07-25 Thread Andrew Haley
On 25/07/16 12:37, fedor...@mail.ru wrote: > GCC 6.1.0 inserts call to __sync_synchronize and linker fails with > error: undefined reference to `__sync_synchronize'. If this is bug I > can send preprocessed file. This is something that you can provide yourself. If it's a single-core cpu the func