| View previous topic :: View next topic |
| Author |
Message |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat Apr 04, 2009 12:08 am Post subject: Build Error Eclipse Newely Installed |
|
|
| Code: | make clean all
make: psp-config: Command not found
makefile:49: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop. |
i get that error when trying to compile and yet if i do it from command line it still works and compiles why wont it compile here |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sat Apr 04, 2009 1:03 am Post subject: Re: Build Error Eclipse Newely Installed |
|
|
| coolkehon wrote: | | Code: | make clean all
make: psp-config: Command not found
makefile:49: /lib/build.mak: No such file or directory
make: *** No rule to make target `/lib/build.mak'. Stop. |
i get that error when trying to compile and yet if i do it from command line it still works and compiles why wont it compile here |
I think you don't have set up the path correctly. So it does find a make version. (maybe you have mingw installed or something) But it cant find any pspsdk files. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat Apr 04, 2009 1:07 am Post subject: |
|
|
| it works from terminal so everything is set it just doesnt work in eclipse |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Sat Apr 04, 2009 1:10 am Post subject: |
|
|
If you use minpspw, maybe you need the update. _________________
| Code: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat Apr 04, 2009 1:15 am Post subject: |
|
|
| on ubuntu mabye its because the workspace was used with minpspw but i removed all the other stuff why doesnt it just use a system command make since that will work well ill try to get it to work by remaking the workspace |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat Apr 04, 2009 2:03 am Post subject: |
|
|
ok that didnt work so how do i set the path in ubuntu linux although it works in the terminal
its in my path i think its just eclipse
| Code: | echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/pspdev/bin:/usr/local/pspdev/psp/sdk/bin
|
how do i fix eclipse |
|
| Back to top |
|
 |
Heimdall
Joined: 10 Nov 2005 Posts: 259 Location: Netherlands
|
Posted: Sat Apr 04, 2009 2:24 am Post subject: |
|
|
| coolkehon wrote: | | on ubuntu mabye its because the workspace was used with minpspw but i removed all the other stuff why doesnt it just use a system command make since that will work well ill try to get it to work by remaking the workspace |
MinPSPW has nothing to do with it. The workspace keeps track of the files on your project and psp-config is only invoked from the makefiles. If you don't have it on the path, then you should check your eclipse launch script. |
|
| Back to top |
|
 |
coolkehon
Joined: 20 Oct 2008 Posts: 355
|
Posted: Sat Apr 04, 2009 2:37 am Post subject: |
|
|
| not on minpspw on ubuntu 8.10 and how do i check the eclipse launch script cause if i build in terminal everything works fine i have kdevelop but dont know how to use and dont like the way it looks i want code completion also and cant get it to work in kdevelop so sticking with eclipse unless i can get code completion to work |
|
| Back to top |
|
 |
|