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!
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=armand these environment variables (and I have tried more too):I am stumped with this, and the only person I know who knows about this stuff is stuck too. Any help would be appreciated!