Run and debug assembly code on VOXL Flight



  • 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



  • 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


Log in to reply