# compiling 32-bit voxl-qvio-server code on VOXL2

Source: https://forum.modalai.com/topic/2263/compiling-32-bit-voxl-qvio-server-code-on-voxl2
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Posted: 2023-06-14 11:38:11 UTC by relevinsky
Replies: 1 · Views: 535

## relevinsky · 2023-06-14 11:38:11 UTC

Hi,
After re-fastbooting/re-flashing VOXL2 with "VOXL2 Platform 0.9.5" from modalai site downloads, I've download from modalai gitlab - the latest master voxl-qvio-server source code.
I've download to voxl2 target "voxl2:~$ sudo apt-get install g++-7-arm-linux-gnueabi" the 32-bit g++ compiler and tried to compile on my voxl2 targer the latest "voxl-qvio-server" code.
While compiling, I'm running into the error  undefined symbol **CPU_STATS_FLAG_STANDBY_ACTIVE** .
Seems like i'm using by wrong sdk version. How it's possible after re-flashing with the latest "VOXL2 Platform 0.9.5" voxl-suite and sdk versions.
Waiting for the answer. Thanks.

## Reply by tom (ModalAI staff) · 2023-06-14 17:27:27 UTC

@relevinsky reposting my answer from another thread:

The VOXL SDK projects aren't meant to be built on VOXL2 itself. We offer a few different docker images to build on a PC, voxl-qvio-server on VOXL2 is built using qrb5165 emulator: https://docs.modalai.com/voxl-emulator/#install-the-voxl-emulator-docker-image

while some other projects are built using voxl-cross: https://docs.modalai.com/voxl-cross/#install-pre-built-voxl-cross
