Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Were u able to access the nasm download page? It keeps saying page not found. so if i could get that page to come up I may be able to follow some directions.
Sorry I don't know what page you are talking about. Have you been able to work out what linux distribution you are running? The following command may tell you:
The nasm assembler is an 80x86 assembler. You use a different processor.
From the Wikipedia entry for zsnes:
Quote:
The emulator is written mainly in in low-level assembly language for x86 processors, in order to run more smoothly on slower processors. However, as a result it cannot be ported to devices that do not run on Intel-compatible processors, as such a port would require the majority of the codebase be entirely re-written from scratch. Thus, for example, there is no possibility of ZSNES ever running as homebrew software on the Xbox 360 or Nintendo Wii, which utilize the PowerPC processor.
It goes on to mention the zsnes9x project which is written in C++.
The zsnes9x download page doesn't list any mirrors. The zsnes9x-gtk project does have a source tarball.
yes yum is installed. when i used the command 'sudo yum install nasm' it said that its not in the sudoer. and it would be reported.
Instead run su -c 'yum install nasm' and, when prompted, enter the password of "root."
Alternatively, just enter su - and the password of "root" to open a terminal session as "root." Do, however, be careful since you can cause extensive system damage whilst running as "root."
I need an accessible download for a nasm.rpm but can't find one. If I go to the link mentioned above it just goes to a page that says: "Page not Found". Does anyone know of a site I can go to for an accessible download?
Last edited by Lordrahl3000; 01-31-2010 at 04:50 PM.
I was able to build the snes9k-gtk source. If you don't have nasm, it will still build. Some configure options will be disabled.
Are you certain that you downloaded the source for the PowerPC or that it includes PPC support?
Both the snes9k and the binary download links provided earlier are dead ends. You may want to start over with the snes9k-gtk source. Cd to the gtk/ directory and run "./configure --without-assembler"
The nasm assembler if available for the PPC may be used for the purpose of cross compiling. It can generate code that you would install on an Intel based computer.
The Yellow Dog DVD does not supply a nasm package. That avenue sounds like a dead end.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.