Cygwin problem.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Cygwin problem.

Post by XRS »

Hi.
Well, I follow the tutorial number 01 made by our friend, and I have a little problem with the make command.

Well, when I try to compile something, it show me an error.

This is the image:

Image

Can someone help me?
I followed the Lesson 01 completly two times, and appears all the time the same error.

Please help me :(

And I know that isnt problem with the makefile of my hello world because I tried to compile some other samples that come with the PSPSDK, and the error is the same.
mafia1ft
Posts: 17
Joined: Wed Mar 29, 2006 4:45 pm

Post by mafia1ft »

this is coming a very comon it might have some thing to do with the tut or the latest version
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I dont know what to do!
I dont find the version used on that tutorial.
Could someone share it with me to try if it works?

Thanks.
Gary13579
Posts: 93
Joined: Mon Aug 15, 2005 7:43 am

Post by Gary13579 »

Try the official tutorial for setting up the toolchain.
I've used it many times, never had a problem yet.
User avatar
dot_blank
Posts: 498
Joined: Wed Sep 28, 2005 8:47 am
Location: Brasil

Post by dot_blank »

your PATH settings arent correct and the shell
is not finding your PSPSDK
10011011 00101010 11010111 10001001 10111010
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I followed this tutorial, I type psp-gcc -v in the cygwin window and it works.

When I try to compile some code, it just show me the same error :|
Another night doing it and it doesnt work...
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Maybe you're running a non-cygwin copy of make that isn't getting passed the environment variables correctly. Show us the output of which make and make --version. Also run echo $SHELL to ensure make is using the proper shell.
mafia1ft
Posts: 17
Joined: Wed Mar 29, 2006 4:45 pm

Post by mafia1ft »

look at my posted called ./toolchain i might help
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I used your toolchain but it didnt work.
The error is the same.

I dont know what could be =\
mafia1ft
Posts: 17
Joined: Wed Mar 29, 2006 4:45 pm

Post by mafia1ft »

tell me what u did step by step
caviar
Posts: 6
Joined: Thu Sep 29, 2005 8:53 pm

Post by caviar »

hi all,

take a look on this tutorial here
there is a link to download a full package (cygwin, pspsdk OSlib)

unhappily, it is in french, but you should understand some world

http://oslib.playeradvance.org/doku.php?id=day1

Regards

caviar
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I'll download it and then test it!
Later I tell something.
Thanks.
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

I did it but the error is the same!

But I found one thing.

Need I to add something to this menu?

Image

If yes, what must I add?![/img]
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

Grab the prebuilt pspdev environment from loser:

http://www.xorloser.com/PSPDevWin32.zip

There's also other useful software on his site.
XRS
Posts: 32
Joined: Sun May 15, 2005 7:09 pm

Post by XRS »

So this will be only what I'll need?
I will not need cygwin or other thing?
If yes, to where should I install this?

Thanks.
Post Reply