Jean-François Monestier

Results 2 comments of Jean-François Monestier

Caution, the SysV and Win64 ABI differ significantly - SysV passes parameters in RDI, RSI, RDX, RCX, R8, R9 - Win64 passes parameters in RCX, RDX, R8, R9 As is,...

Ungraving this one... I faced the exact, same problem on our (corporate) rhel6. I'd suggest make CC=/path/to/gcc-8.3.0/bin/g++ CXX=/path/to/gcc-8.3.0/bin/g++ as it proved helpful in my case. On my machine, browsing system...