[lttng-dev] with -Og option, lttng-ust compile failed on 32bit arm

2021-09-30 Thread Changqing Li via lttng-dev
Hi, The problem happened after upgrade to lttng-ust 2.13.0.  2.12.0 don't have this issue. liburcu version: 0.13.0 gcc: 11.2.0 This is my reproduce steps, it is cross compile enviroment based on yocto project. 1. git clone git://git.yoctoproject.org/poky 2. . oe-init-build-env 3. echo "MA

Re: [lttng-dev] with -Og option, lttng-ust compile failed on 32bit arm

2021-09-30 Thread Mathieu Desnoyers via lttng-dev
- On Sep 29, 2021, at 11:47 PM, lttng-dev wrote: > Hi, > The problem happened after upgrade to lttng-ust 2.13.0. 2.12.0 don't have this > issue. > liburcu version: 0.13.0 > gcc: 11.2.0 > This is my reproduce steps, it is cross compile enviroment based on yocto > project. > 1. git c