jalapenopuzzle

Results 9 comments of jalapenopuzzle

Yes I did find that eclipse worked better when I selected the executable file. However, I still get the problem described above after selecting the executable file.

I don't know if it was solved or not. I gave up trying to use rr under eclipse, and I now use it directly on the command line. I would...

Install Developer Toolset 7 [1] and enable it before building to work around this problem on CENTOS7. ```bash sudo yum install centos-release-scl sudo yum install devtoolset-7 cd obj [ben@rr obj]$...

Unfortunately it is not possible to build rr in 32 bit mode using devtoolset 7, 8, 9 on CENTOS7 because the following packages are not available in CENTOS7 SCL: devtoolset-7-libstdc++-devel.i686...

I can fix this problem by compiling with a newer gcc from rhscl devtoolset-7. But then other problems are revealed. WIP. On 26 July 2021 10:20:04 am Kyle Huey ***@***.***>...

That was observed early on - see comment https://github.com/rr-debugger/rr/issues/2927#issue-945160830 Can you make it work with 32 bit support enabled? On 4 December 2021 2:55:07 am Simon Sobisch ***@***.***> wrote: >...

Regrettably I still have to support 32 bit stuff so this option remains important to me. On 4 December 2021 8:24:15 am Simon Sobisch ***@***.***> wrote: > > Sorry, I've...

Oh see that snd-i2smic-rpi.c contains the line MODULE_LICENSE("GPL v2"); Unfortunately it is not obvious whether this also applies to all the other files listed.