MathewWi / mupen64gc

Automatically exported from code.google.com/p/mupen64gc
GNU General Public License v2.0
0 stars 0 forks source link

Project environment set-up... #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download latest SVN from trunk
2. Create a project file in Programmers Notepad, with correct GC makefile
3. Attempt to Make the executable

What is the expected output? What do you see instead?
Expected:
A GC executable DOL
Output:
linking ... mupen64gc-glN64.elf
main/rom_gc.o: In function `rom_read':
c:\devkitpro\mupen64/main/rom_gc.c:206: undefined reference to `InitTimer'
main/main_gc-menu.o: In function `main':
c:\devkitpro\mupen64/main/main_gc-menu.c:115: undefined reference to 
`Timers'
r4300/r4300.o: In function `LDL':
c:\devkitpro\mupen64/r4300/r4300.c:750: undefined reference to `readmemd'
r4300/r4300.o: In function `LBU':
c:\devkitpro\mupen64/r4300/r4300.c:892: undefined reference to `readmemb'
.... other missing references to Time and Memory functions ....
What version of the product are you using? On which system and loader?
Latest of DevkitPro and Trunk SVN

Please provide any additional information below.
Are there Header files missing, or I need to add PATH somewhere to the 
location of function definitions? Or I need to put an SVN tree in the root 
of the drive?

Original issue reported on code.google.com by DSh...@gmail.com on 13 Mar 2009 at 4:49

GoogleCodeExporter commented 9 years ago

Original comment by emuki...@gmail.com on 30 Sep 2009 at 1:33