| View previous topic :: View next topic |
| Author |
Message |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Thu Aug 28, 2008 11:28 am Post subject: psp-ld ? |
|
|
| well, I was looking around within the pspsdk and found that program above. Can someone give an example on using it because it just produce a a.exe when I use it |
|
| Back to top |
|
 |
J.F.
Joined: 22 Feb 2004 Posts: 2906
|
Posted: Thu Aug 28, 2008 11:42 am Post subject: |
|
|
| You use it JUST LIKE ld. Duh. Seems you need to go read your gcc manuals a little more closely. ;) |
|
| Back to top |
|
 |
Dariusc123456
Joined: 12 Aug 2008 Posts: 394
|
Posted: Thu Aug 28, 2008 12:27 pm Post subject: |
|
|
| Lol, ok. I an releasing something soon. But it seem that I wont need it yet. |
|
| Back to top |
|
 |
jean

Joined: 05 Jan 2008 Posts: 489
|
Posted: Thu Aug 28, 2008 5:46 pm Post subject: |
|
|
| Quote: | | Lol, ok. I an releasing something soon. But it seem that I wont need it yet. |
You don't need the linker?????????? We're all gonna die shortly...... |
|
| Back to top |
|
 |
Noko
Joined: 06 Sep 2008 Posts: 23
|
Posted: Sat Sep 06, 2008 9:54 pm Post subject: |
|
|
| You don't need ld for c++ programs, you link them with g++ |
|
| Back to top |
|
 |
hlide
Joined: 10 Sep 2006 Posts: 750
|
Posted: Sat Sep 06, 2008 10:38 pm Post subject: |
|
|
Noko doesn't say it this way as people may think psp-ld is unneeded for psp-gcc/psp-g++.
@Dariusc123456
psp-gcc/psp-g++ implicitly use psp-ld to link object files into a library or executable (here, a .elf or .prx file). So you don't need it explicitly. |
|
| Back to top |
|
 |
Noko
Joined: 06 Sep 2008 Posts: 23
|
Posted: Sat Sep 06, 2008 11:29 pm Post subject: |
|
|
| Yes, what I means was you don't need to know about ld. |
|
| Back to top |
|
 |
|