e99052432b58b902873d11504c08c2fa30e8253e
[lttng-docs.git] / contents / using-lttng / instrumenting / advanced-techniques / 32-bit-on-64-bit / building-32-bit-userspace-rcu.md
1 ---
2 id: building-32-bit-userspace-rcu
3 ---
4
5 Follow this:
6
7 <pre class="term">
8 git clone git://git.urcu.so/urcu.git
9 cd urcu
10 ./bootstrap
11 ./configure --libdir=/usr/lib32 CFLAGS=-m32
12 make
13 sudo make install
14 sudo ldconfig
15 </pre>
16
17 The `-m32` C compiler flag creates 32-bit object files and `--libdir`
18 indicates where to install the resulting libraries.
This page took 0.029226 seconds and 3 git commands to generate.