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

compilation on ARM fails #2

Closed
ghost opened this issue Feb 10, 2016 · 1 comment
Closed

compilation on ARM fails #2

ghost opened this issue Feb 10, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 10, 2016

Hey,

I got the idea to compile Cinnamon on my Raspberry Ubuntu Mate 15-10 armv7 based.

To compile I used: "make cinnamon-generic32"

At first compilation fails as the switch "-m32" is unknown. So I removed it from Makefile section cinnamon-generic32.

Now compilation starts perfectly. However, not very long. It generates plenty of this error:

error: narrowing conversion of ‘-8’ from ‘int’ to ‘char’ inside { } [-Wnarrowing]

and of course fails.

Maybe an idea how to get around?

@gekomad
Copy link
Owner

gekomad commented Feb 10, 2016

Hi,
re-download source and type make cinnamon-ARM

@gekomad gekomad closed this as completed Feb 10, 2016
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