Hi everyone,
I quite new here so first hi everyone
I'm trying to build mupen1.3 and/or SVN (both fail) and get something like this :
many dozens of those.
I am currently on Ubuntu 7.04, on a PPC architecture. I realise PPC is not the main target, however I saw that the makefiles seem to detect PPC processors therefore am I right when I assume it should be supported?
I take it these missing symbols are that from native recompilers, which do not exist on PPC. I'm pretty sure i read somewhere on these boards there is generic implementations of all native assembly functions, however I can't seem to find that again. Is it right, and if so, how can I activate them?
thanks
I quite new here so first hi everyone
I'm trying to build mupen1.3 and/or SVN (both fail) and get something like this :
Code:
...
...
r4300/recomp.o: In function `RDSUB':
recomp.c:(.text+0x149c): undefined reference to `gendsub'
r4300/recomp.o: In function `RDSUBU':
recomp.c:(.text+0x1518): undefined reference to `gendsubu'
r4300/recomp.o: In function `RTGE':
recomp.c:(.text+0x156c): undefined reference to `genni'
r4300/recomp.o: In function `RTGEU':
recomp.c:(.text+0x15c0): undefined reference to `genni'
r4300/recomp.o: In function `RTLT':
recomp.c:(.text+0x1614): undefined reference to `genni'
...
...
I am currently on Ubuntu 7.04, on a PPC architecture. I realise PPC is not the main target, however I saw that the makefiles seem to detect PPC processors therefore am I right when I assume it should be supported?
I take it these missing symbols are that from native recompilers, which do not exist on PPC. I'm pretty sure i read somewhere on these boards there is generic implementations of all native assembly functions, however I can't seem to find that again. Is it right, and if so, how can I activate them?
thanks