toolchain questions.

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

Moderators: cheriff, TyRaNiD

Post Reply
gosam
Posts: 2
Joined: Sun Jul 09, 2006 1:03 am

toolchain questions.

Post by gosam »

Hi
when I launched the toolchain script it started downloading binutils and gcc and patches for them, I'm on debian and already have these installed for coding. Won't there be some sort of conflict with those? I've never done cross compiling before and don't want to mess my install.
And for uninstalling the toolchain and sdk, will removing /usr/local/pspdev (or wherever they're installed) suffice?

Thanks.
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

It will not affect your existing development tools, they are installed under /usr/local/pspdev and all applications are prefixed with psp- so psp-gcc etc.

Just deleting that directory will get rid of it.
gosam
Posts: 2
Joined: Sun Jul 09, 2006 1:03 am

Post by gosam »

Thanks.
Post Reply