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 compile on RPI - Raspbian. #30

Open
takenek opened this issue Jan 9, 2018 · 5 comments
Open

Can`t compile on RPI - Raspbian. #30

takenek opened this issue Jan 9, 2018 · 5 comments

Comments

@takenek
Copy link

takenek commented Jan 9, 2018

Looks like working only on x86 because can`t compile on my RPI.

taken@raspberrypi:~/meltdown-exploit-master $ make
cc -O2 -msse2 -c -o meltdown.o meltdown.c
cc: error: unrecognized command line option '-msse2'
: recipe for target 'meltdown.o' failed
make: *** [meltdown.o] Error 1

taken@raspberrypi:~/meltdown-exploit-master $ make CFLAGS=-DHAVE_RDTSCP=0 clean all
rm -f meltdown.o meltdown
cc -DHAVE_RDTSCP=0 -c -o meltdown.o meltdown.c
meltdown.c:11:23: fatal error: x86intrin.h: No such file or directory
#include <x86intrin.h>
^
compilation terminated.
: recipe for target 'meltdown.o' failed
make: *** [meltdown.o] Error 1

Best Regards
TaKeN

@luckyrings
Copy link

raspberry is not affected !

@deadbaed
Copy link
Contributor

is it? i've read that arm is also affected

but yeah the code is trying to include an x86 library that doesnt exist on the raspberry pi...

@paboldin maybe close this or find a way to test on arm cpus ?

@luckyrings
Copy link

here you go - official statement:

https://www.raspberrypi.org/magpi/raspberry-pi-spectre-meltdown/

@paboldin
Copy link
Owner

I have RPi3 at my disposal and will test it as soon as I get there.

@luckyrings thanks! While RPi3 is not vulnerable it can be used to test code that is going to be running on other ARM64s.

@deadbaed
Copy link
Contributor

deadbaed commented Jan 14, 2018 via email

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

4 participants