Pavel Moravec

Results 6 comments of Pavel Moravec

I wonder, did you try the build without RDTSCP? Does it fail as well? ``` make CFLAGS=-DHAVE_RDTSCP=0 clean all ```

``` 3.14.35-std452-i586 #2 SMP Thu Mar 12 08:25:42 UTC 2015 GenuineIntel processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Mobile Intel(R) Celeron(R)...

``` processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 23 model name : Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz stepping : 10 microcode : 0xa07...

I can confirm this issue. After preventing the unsupported instructions to be executed with ```cpu_has_rtm()``` test, I was able to compile and test this on other PCs, including an Atom...

@wlmnzf: OK, but as I said, even without the modification, the original code seems to be broken and on Skylake with external process using ```TEST_IN_OWN_PROCESS``` set to 0 fails to...

I had a problem when trying to use SPI part for communication with SpaceTeddy's CC1101, but only with this library on OPI Zero (after fixing the SPI speed), not the...