y2013t / mfcuk

Automatically exported from code.google.com/p/mfcuk
GNU General Public License v2.0
0 stars 0 forks source link

make fails (crapto1.h) on debian #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
svn checkout http://mfcuk.googlecode.com/svn/trunk mfcuk
cd mfcuk
autoreconf -vis
./configure
make

What is the expected output? What do you see instead?
In file included from crapto1.c:20:
crapto1.h: In function âparityâ:
crapto1.h:69: warning: implicit declaration of function âasmâ
crapto1.h:75: error: expected â)â before â:â token
make[2]: *** [crapto1.o] Error 1
make[2]: Leaving directory `/root/mfcuk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/mfcuk'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Version 80
OS: Debian 2.6.32-5-686

Please provide any additional information below.
Change line 69 in crapto1.h to 
__asm__("movl %1, %%eax\n"

(add four underscores) 

Original issue reported on code.google.com by m...@js80.de on 24 Oct 2012 at 4:46

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r85.

Original comment by romu...@libnfc.org on 30 Jan 2013 at 2:56