Bonnox
Time (wasting) Lord
- 47
- Posts
- 9
- Years
- Age 29
- Fiction: Gallifrey; Actual: Italy
- Seen Oct 19, 2021
Problem building the Openpoké
Hello everyody.
Today I would like to ask someone more expert than me about a merely programming problem.
Some time ago I discovered a program called Openpoké (link), which is a GBA game which aim to recreate the pokemon game engine. So far, so good. Then I wanted to compile it just to have some practice and mess with the code, just for fun, or maybe to try to see if this method could have replaced the hack method. (hehe...)
But that's when problem occurs.
After some time the compilation process has begun, the executable gives an error:
"No rule to make target `pokepics.a', needed by `openpoke.elf'. Stop."
I know something about C, but not so deeply to go and edit a complex makefile!
So I googled rapidly and found that this error mean that the file is missing. And so it was. I therefore poked around the source files and thought that maybe it was a mispelling, and the correct name was "pokepics.s"; searched for "pokepics", but nothing was found.
So I would like to ask you whether you succed in building this awesome thing, and how you solved any problem you faced in the process.
See you soon :)
Hello everyody.
Today I would like to ask someone more expert than me about a merely programming problem.
Some time ago I discovered a program called Openpoké (link), which is a GBA game which aim to recreate the pokemon game engine. So far, so good. Then I wanted to compile it just to have some practice and mess with the code, just for fun, or maybe to try to see if this method could have replaced the hack method. (hehe...)
But that's when problem occurs.
After some time the compilation process has begun, the executable gives an error:
"No rule to make target `pokepics.a', needed by `openpoke.elf'. Stop."
I know something about C, but not so deeply to go and edit a complex makefile!
So I googled rapidly and found that this error mean that the file is missing. And so it was. I therefore poked around the source files and thought that maybe it was a mispelling, and the correct name was "pokepics.s"; searched for "pokepics", but nothing was found.
So I would like to ask you whether you succed in building this awesome thing, and how you solved any problem you faced in the process.
See you soon :)