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

Can't build on Raspberry #8

Closed
glebone opened this issue Nov 14, 2013 · 5 comments
Closed

Can't build on Raspberry #8

glebone opened this issue Nov 14, 2013 · 5 comments

Comments

@glebone
Copy link

glebone commented Nov 14, 2013

Can't build on armv6l,
mtproto-common.h:316:3: error: impossible constraint in 'asm'

@tazhate
Copy link
Contributor

tazhate commented Nov 22, 2013

gcc version?

@vysheng
Copy link
Owner

vysheng commented Nov 22, 2013

Sorry, forgot about this. looks like on ARM there is no rdtsc function. You can try to define rdtsc to something like that
long long rdtsc (void) {
static long long a;
return a++;
}
If it helps, I'll add this to souce code;

@dannluciano
Copy link
Contributor

@glebone you can solve this with the @vysheng comment?

@alesnav
Copy link
Contributor

alesnav commented Jan 27, 2014

Hello there!

This is a great project, thanks for sharing it :)

I have just compiled it on my Raspberry Model B, so I can confirm that it works, at least in this moment

@vysheng
Copy link
Owner

vysheng commented Jan 27, 2014

Thx for info. I'll close this issue then.

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

5 participants