![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on Help please, converting a "C" Source to a .bin? within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; As title says how do I go about doing this? Many people have C programs coded and then have h.bin ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
![]() |
As title says how do I go about doing this? Many people have C programs coded and then have h.bin to run on 2.0 but how do i make "h.bin" from my C programs?
Thanks
|
|
|
|
|
|
#5 | |
![]() |
Quote:
|
|
|
|
|
|
|
#6 | |
![]() |
Quote:
|
|
|
|
|
|
|
#8 |
![]() |
yup i have one called Dev-CPP, by bloodshed, its a free C and C++ complier.
http://www.bloodshed.net/devcpp.html |
|
|
|
|
|
#9 | |
![]() |
Quote:
|
|
|
|
|
|
|
#11 | |
![]() |
Quote:
Just compile your program to an elf (called program.elf for instance) and do this: Code:
psp-strip -s program.elf psp-objcopy -O binary program.elf h.bin
__________________
"Choose again" - Aenea |
|
|
|
|
![]() |
| Tags |
| bin , converting , source |
| Thread Tools | |
|
|