Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find memmap.o #7

Open
renelima opened this issue Aug 10, 2013 · 2 comments
Open

Cannot find memmap.o #7

renelima opened this issue Aug 10, 2013 · 2 comments

Comments

@renelima
Copy link

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?

@digdug82
Copy link

good


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.

@sorabh86
Copy link

sorabh86 commented Jan 3, 2014

files you are taking about are basic library files export with c/c++ compiler, check your include folder or lib folder you will find those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants