MathewWi / fceu-ps3

Automatically exported from code.google.com/p/fceu-ps3
0 stars 0 forks source link

Linking error #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hg clone revision 1e33b0a488
2. make clean
3. make

What is the expected output? What do you see instead?
Command line : error: L0032: could not open file "libz.a"
Command line : error: L0064: Linking aborted
collect2: ps3ppuld returned 1 exit status
make: *** [fceu.ppu.elf] Error 1

What version of the product are you using? On what operating system?
revision 1e33b0a488, cell sdk 341

Please provide any additional information below.
previous revisions were linking fine, trying to figure out what changed...

Original issue reported on code.google.com by hex...@gmail.com on 26 Oct 2010 at 4:30

GoogleCodeExporter commented 9 years ago
Are you compiling with sdk1.92 or sdk3.41?

Original comment by shinhals...@gmail.com on 26 Oct 2010 at 6:11

GoogleCodeExporter commented 9 years ago
3.41

Original comment by hex...@gmail.com on 26 Oct 2010 at 6:13

GoogleCodeExporter commented 9 years ago
Seems the problem was introduced with revision db48cb17f7, I suspect the 
Makefile?

Original comment by hex...@gmail.com on 27 Oct 2010 at 2:19

GoogleCodeExporter commented 9 years ago
Try removing -lz from the PPU_LD flags.

Another team member was having this issue and I can't reproduce it.  He fixed 
it (I think) but has not committed yet.

Original comment by shinhals...@gmail.com on 27 Oct 2010 at 4:33

GoogleCodeExporter commented 9 years ago
Yup that linked it.

Original comment by hex...@gmail.com on 27 Oct 2010 at 6:18

GoogleCodeExporter commented 9 years ago
- Should be solved and solved for 1.92 compile as well.

Original comment by shinhals...@gmail.com on 29 Oct 2010 at 4:07