ps2dev / ps2-packer

Create packed ELF files to run on the PS2
GNU General Public License v2.0
72 stars 28 forks source link

Fix building on 64-bit machines #2

Closed jevinskie closed 12 years ago

jevinskie commented 12 years ago

I switched the makefile to use -l flags instead of using the explicit library path. I also use stdint.h types to typedef u8, u16, u32 to fix building on 64-bit machines.

mlafeldt commented 12 years ago

Looks fine to me. Thanks.

Btw, have you noticed the many compile warnings? They're most likely unrelated to your changes, but still should be fixed. (I used 64-bit Ubuntu 10.04)

ooPo commented 12 years ago

Wow, there are a lot of compile warnings!

Anyway, I'm going to merge this as they weren't added by these changes.

jevinskie commented 12 years ago

Thanks. I was working on fixing the warnings but I got distracted. I will submit a separate pull request when I get the time to finish the work,