Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on i386 #1

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Closed

Build fails on i386 #1

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I just tried to build mfoc 0.10.4 against libnfc 1.7.0rc1 on both amd64 and 
i386.

On i386:

make[3]: Entering directory `/build/buildd/mfoc-0.10.4/src'
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c crapto1.c
In file included from crapto1.c:20:0:
crapto1.h: In function 'parity':
crapto1.h:65:5: warning: implicit declaration of function 'asm' 
[-Wimplicit-function-declaration]
crapto1.h:71:27: error: expected ')' before ':' token
make[3]: *** [crapto1.o] Error 1
make[3]: Leaving directory `/build/buildd/mfoc-0.10.4/src'

Whereas on amd64:

make[3]: Entering directory `/build/buildd/mfoc-0.10.4/src'
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c crapto1.c
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c crypto1.c
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c mfoc.c
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c mifare.c
gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -std=c99 -c nfc-utils.c

Original issue reported on code.google.com by jdthood on 31 Jan 2013 at 10:45

@GoogleCodeExporter
Copy link
Author

I see that this was fixed yesterday. :)

https://groups.google.com/forum/?fromgroups=#!searchin/nfc-tools/mfoc/nfc-tools/
0QErZU753DY/e0igtNWxwKoJ

Original comment by jdthood on 31 Jan 2013 at 10:53

@GoogleCodeExporter
Copy link
Author

That's fixed and a new release have been published with this patch :-)

Happy hacking

Original comment by [email protected] on 31 Jan 2013 at 7:06

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant