Inconsistent operand constraints

130 views Asked by At

I have installed Raspberry Pi Desktop OS on my VMvare virtual machine. Trying to install open-vm-tools:

git clone https://github.com/vmware/open-vm-tools.git
autoreconf -i
./configure
make
sudo make install
sudo ldconfig

Got error while make:

backdoorGcc64.c: In function ‘Backdoor_InOut’:
backdoorGcc64.c:78:4: error: inconsistent operand constraints in an ‘asm’
    __asm__ __volatile__(
    ^~~~~~~

Why I'm getting this and how to solve this problem?

0

There are 0 answers