PSP3D Left Header
PSP3D Header Right
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

Development Center - Learn the basics of coding or talk about advanced coding techniques with other developers.

Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!

You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.

Registration is fast, simple, and absolutely free so join our community today!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Development Center

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-13-2006, 12:09 PM
2.6,CRACKED!'s Avatar
2.6,CRACKED! 2.6,CRACKED! is offline
Senior Member
My Mood:
 
Join Date: Feb 2006
Posts: 328
Points: 12.81
Donate
Exclamation CALLIN ALL PSP DEV'S

Its taken me a week to try and compile my script but i can't continue because i dont know how to install the toolchain.

But the error message when i try to compile is
MAKE: *** No targets. Stop.
hmmmmm

can someone do it for me or give me a fully installed program that requires no more installation. Help.
__________________
---!CONGRATS TO FANJITA+DITLEW+CARTER 4 MAKING EBOOT HOMEBREW POSSIBLE!---




Last edited by 2.6,CRACKED! : 02-13-2006 at 12:12 PM.
Reply With Quote
  #2 (permalink)  
Old 02-13-2006, 12:27 PM
Pspman3 Pspman3 is offline
Senior Member
 
Join Date: Dec 2005
Location: Im so crazy, I live in a stright jacaket
Age: 14
Posts: 251
Points: 43.25
Donate
Talking

The file would be WAY to big besides its easy to fix your makefile dosent have a specifyed file (like main.c)
Reply With Quote
  #3 (permalink)  
Old 02-13-2006, 01:05 PM
2.6,CRACKED!'s Avatar
2.6,CRACKED! 2.6,CRACKED! is offline
Senior Member
My Mood:
 
Join Date: Feb 2006
Posts: 328
Points: 12.81
Donate
k this is my main.c (my test one)
"// Hello World - My First App for the PSP

/*
This program was created by 2.6,CRACKED!. Remake on (12/02/06)
It is a simple "Hello World" Application.
*/

#include
#include

PSP_MODULE_INFO("Hello World in My app", 0, 1, 1);

/* Exit callback */
int exit_callback(int arg1, int arg2, void *common) {
sceKernelExitGame();
return 0;
}

/* Callback thread */
int CallbackThread(SceSize args, void *argp) {
int cbid;

cbid = sceKernelCreateCallback("Exit Callback", exit_callback, NULL);
sceKernelRegisterExitCallback(cbid);

sceKernelSleepThreadCB();

return 0;
}

/* Sets up the callback thread and returns its thread id */
int SetupCallbacks(void) {
int thid = 0;

thid = sceKernelCreateThread("update_thread", CallbackThread, 0x11, 0xFA0, 0, 0);
if(thid >= 0) {
sceKernelStartThread(thid, 0, 0);
}

return thid;
}

int main() {
pspDebugScreenInit();
SetupCallbacks();
printf("Hello World in My app");

sceKernelSleepThread();
return 0;
}"

My makefile

"TARGET = mp3
OBJS = hellopsp.o pg.o
CFLAGS = -O2 -G0 -Wall
CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
LIBDIR =

LIBS = -lmad -lpspaudiolib -lpspaudio -lpsppower
LDFLAGS =
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = Hello World
include $(PSPSDK)/lib/build.mak"
__________________
---!CONGRATS TO FANJITA+DITLEW+CARTER 4 MAKING EBOOT HOMEBREW POSSIBLE!---



Reply With Quote
  #4 (permalink)  
Old 02-13-2006, 02:24 PM
2.6,CRACKED!'s Avatar
2.6,CRACKED! 2.6,CRACKED! is offline
Senior Member
My Mood:
 
Join Date: Feb 2006
Posts: 328
Points: 12.81
Donate
can someone please help
__________________
---!CONGRATS TO FANJITA+DITLEW+CARTER 4 MAKING EBOOT HOMEBREW POSSIBLE!---



Reply With Quote
Reply

« WTF!! HELP MY PSP DOWNGRADED ITSELF TO 1.0!!! | Bad News about the Logic 3 Keyboard! »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 1.00
Points Per Reply: 0.10

Similar Threads
Thread Thread Starter Forum Replies Last Post
WHERE are all the devs bkpsp General PSP Discussion 8 01-16-2006 06:45 PM





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com
Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com
vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com

PSP3D Footer Left Powered by Custom vB Version 5.1.0 for Crave Online Media, LLC.
Copyright © 2000 - 2007, Jelsoft Enterprises Ltd. and PSP3D.com.
LinkBacks Enabled by vBSEO 3.0.0 RC8

All times are GMT -4. The time now is 07:46 PM.
PSP3D Footer Right