t94xr / PCem_Linux

18 stars 5 forks source link

Issues With Using Make Install #3

Closed SamuelBanya closed 11 months ago

SamuelBanya commented 11 months ago

Hey there, I tried your instructions, but on the final make install instructions, I got this error:

sam@devstation ~/Downloads/PCemV17Linux $ sudo make install
Making install in src
make[1]: Entering directory '/home/sam/Downloads/PCemV17Linux/src'
make[2]: Entering directory '/home/sam/Downloads/PCemV17Linux/src'
 /usr/bin/mkdir -p '/opt/pcem17/bin'
  /usr/bin/install -c pcem '/opt/pcem17/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/sam/Downloads/PCemV17Linux/src'
make[1]: Leaving directory '/home/sam/Downloads/PCemV17Linux/src'
make[1]: Entering directory '/home/sam/Downloads/PCemV17Linux'
make[2]: Entering directory '/home/sam/Downloads/PCemV17Linux'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/sam/Downloads/PCemV17Linux'
make[1]: Leaving directory '/home/sam/Downloads/PCemV17Linux'

Any idea? Thanks!

SamuelBanya commented 11 months ago

Nevermind, I basically had to use the '/opt/pcem17/bin/pcem' command accordingly.

I put in a related PR with this in mind to update your instructions: https://github.com/t94xr/PCem_Linux/pull/4