Closed technion closed 6 years ago
@technion add -fPIC to CFLAGS in Makefile, if and only if it doesn't work, replace --no-pie by -fPIC. Please tell me if it works.
Thanks, can confirm that fixes it.
@technion just adding -fPIC to CFLAGS? I'll add it to for everyone, if it helps
@raphaelsc Yes I just added it, and did not change or remove anything else.
@technion thanks a lot. did it work to you?
Actually I'm just seeing this
$ ./meltdown-checker
Your cpu doesn't support TSX (Transactional Synchronization Extensions)
Check https://software.intel.com/en-us/node/524022 for details;
Aborted (core dumped)
But I planning on determining if this is expected in a VM (AWS) before raising it.
On Fri, Jan 5, 2018 at 2:10 AM, technion notifications@github.com wrote:
Actually I'm just seeing this
$ ./meltdown-checker Your cpu doesn't support TSX (Transactional Synchronization Extensions) Check https://software.intel.com/en-us/node/524022 for details; Aborted (core dumped)
But I planning on determining if this is expected in a VM (AWS) before raising it.
I'll work on a workaround for it. Right now, meltdown-checker is indeed limited to cpus that support TSX. Feel free to open an issue for it so you'll know once it's fixed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/raphaelsc/Am-I-affected-by-Meltdown/issues/1#issuecomment-355468619, or mute the thread https://github.com/notifications/unsubscribe-auth/ABWAcye1t3HEo3kGShYSVT3T0GAZn0nRks5tHaCcgaJpZM4RT_j5 .
@technion it now supports cpu that doesn't support TSX
Hi,
Thanks for this tool. Unfortunately I can't make it compile. Can you advise on below?