Skip to content

ARM cross compiling not working #1137

@Hackzzila

Description

@Hackzzila

I am trying to cross compile for ARM on ubuntu. It builds successfully, but only 1/5 bindings actually work.
I get errors similar to this when trying to use the bindings. I am setting --arch=arm and these environment variables (and I have tried more too):

AR: 'arm-linux-gnueabi-ar',
CC: 'arm-linux-gnueabi-gcc',
CXX: 'arm-linux-gnueabi-g++',
LINK: 'arm-linux-gnueabi-g++',

I am stumped with this, and the only person I know who knows about this stuff is stuck too. Any help would be appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions