mir icon indicating copy to clipboard operation
mir copied to clipboard

cross compilation

Open mgood7123 opened this issue 1 year ago • 2 comments

How would I compile this with a cross compiler?

As I currently get this

root@localhost:~/mir# make /usr/local/pspdev/psp/sdk/lib/build.mak:181: warning: overriding recipe for target 'clean' GNUmakefile:175: warning: ignoring old recipe for target 'clean' psp-gcc -I. -MMD -MP -I. -I/usr/local/pspdev/psp/include -I/usr/local/pspdev/psp/sdk/include -G0 -fPIC -g -std=gnu11 -Wno-abi -fsigned-char -fno-tree-sra -fno-ipa-cp-clone -O3 -DNDEBUG -DMIR_PARALLEL_GEN -D_PSP_FW_VERSION=150 -c mir.c -o mir.o cc1: error: cannot generate position-independent code for ‘-mabi=eabi’ make: *** [GNUmakefile:189: mir.o] Error 1

mgood7123 avatar Sep 30 '22 11:09 mgood7123