msr-vc icon indicating copy to clipboard operation
msr-vc copied to clipboard

Error in running "make -f make.matrix" on debian stable

Open ghost opened this issue 6 years ago • 1 comments

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

ghost avatar Jun 13 '18 11:06 ghost

Add -m32 behind the gcc command in both make.in and make.matrix. Only 32-bit gcc works.

3for avatar Jun 06 '19 05:06 3for