msr-vc
msr-vc copied to clipboard
Error in running "make -f make.matrix" on debian stable
Try to use pinocchio on debian stable. Running "make -f make.matrix" gives the following message:
qsp-test.c: Assembler messages:
qsp-test.c:66: Error: operand type mismatch for push' qsp-test.c:66: Error: operand type mismatch for
pop'
make.matrix:15: die Regel für Ziel „build/qsp-test-eqtest-p0.o“ scheiterte
make: *** [build/qsp-test-eqtest-p0.o] Fehler 1
I think the solution is to FIRST change
Add -m32
behind the gcc command in both make.in and make.matrix. Only 32-bit gcc works.