# Run and debug assembly code on VOXL Flight

Source: https://forum.modalai.com/topic/479/run-and-debug-assembly-code-on-voxl-flight
Category: Flight Core and Legacy VOXL (https://forum.modalai.com/category/9/flight-core-and-legacy-voxl)
Tags: voxl
Posted: 2021-10-05 10:39:46 UTC by parisa
Replies: 1 · Views: 416

## parisa · 2021-10-05 10:39:46 UTC

Hello, 
I am trying to debug (with gdb) an assembly code on VOXL Flight and I am unable to do this. Is there any documentation about this that can help me? Thanks

## Reply by Guest · 2021-10-05 16:41:23 UTC

Hi Parisa,

A number of the gnu standard tools are defined explicitly to our architecture on voxl: ```arm-oemllib32-linux-gnueabi```. If you tab out that (or just tab out "arm") you'll see a number of the standard tools like gcc, gdb, ld, objdump, etc.  To run gdb on voxl would thus be ```arm-oemllib32-linux-gnueabi-gdb```
