You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My script to run the makefile is:
1 - In Terminal i'm execute "source /alchemy/alchemy-setup"
2 - alc-on
3 - cd /flashsnes/src/c/snes9x
4 - make, and here is the error
When I run the make command, I got the following error:
llvm-ld: error: Cannot find linker input 'memmap.o'
I've been checking and trying to compile a file memmap.cpp. Most of the many errors. I saw also that in port.h he makes a call to memory.h, this file does not exist, how do I get it?
The text was updated successfully, but these errors were encountered:
From: renelima [email protected]
To: emcmanus/flashsnes [email protected]
Sent: Saturday, August 10, 2013 10:33 AM
Subject: [flashsnes] Cannot find memmap.o (#7)
My script to run the makefile is:
1 - In Terminal i'm execute "source /alchemy/alchemy-setup"
2 - alc-on
3 - cd /flashsnes/src/c/snes9x
4 - make, and here is the error
When I run the make command, I got the following error:
llvm-ld: error: Cannot find linker input 'memmap.o'
I've been checking and trying to compile a file memmap.cpp. Most of the many errors. I saw also that in port.h he makes a call to memory.h, this file does not exist, how do I get it?
—
Reply to this email directly or view it on GitHub.
My script to run the makefile is:
1 - In Terminal i'm execute "source /alchemy/alchemy-setup"
2 - alc-on
3 - cd /flashsnes/src/c/snes9x
4 - make, and here is the error
When I run the make command, I got the following error:
llvm-ld: error: Cannot find linker input 'memmap.o'
I've been checking and trying to compile a file memmap.cpp. Most of the many errors. I saw also that in port.h he makes a call to memory.h, this file does not exist, how do I get it?
The text was updated successfully, but these errors were encountered: