hi
Was wandering why insight with the psp patch has been effectivly "exited" out of the toolchain script? It seems to build under cygwin just fails at the last make clean statement, seems to run ok though? Wont build at all under Xubuntu, its not a problem, will use another client but was just wandering.
What happened to PSP-Insight in the new toolchain script?
-
- Posts: 51
- Joined: Sun Feb 24, 2008 3:36 am
-
- Posts: 51
- Joined: Sun Feb 24, 2008 3:36 am
I had to install libx-dev to build it, which wasn't listed in the packages to install.
But it shouldn't be hard to get to work. Xubuntu is mostly debian based, so it shouldn't differ than much from my mepis/etch install.
btw - I suggest that all the packages have all the 'make installs' done seperately. Maybe another script which does all the installs at once, i.e, install_toolchain.sh. That way it can be built as a regular user, and the the install can be done as root if necessary.
~S
But it shouldn't be hard to get to work. Xubuntu is mostly debian based, so it shouldn't differ than much from my mepis/etch install.
btw - I suggest that all the packages have all the 'make installs' done seperately. Maybe another script which does all the installs at once, i.e, install_toolchain.sh. That way it can be built as a regular user, and the the install can be done as root if necessary.
~S
That wouldn't work. Building the toolchain is a process that has to happen in a particular order. You wouldn't be able to build gcc if you haven't already built and installed binutils.
I'll take a look at adding libx-dev to the depends check and see if it helps any. I didn't look into why insight hadn't been compiling back when I wrote the script.
I'll take a look at adding libx-dev to the depends check and see if it helps any. I didn't look into why insight hadn't been compiling back when I wrote the script.
-
- Posts: 51
- Joined: Sun Feb 24, 2008 3:36 am
I think this might be the reason
Code: Select all
Andrey:/cygdrive/b/src/psptoolchain/build$ diff insight-6.4/config.sub gdb-6.4/config.sub
258a259
> | mipsallegrex | mipsallegrexel \
337a339
> | mipsallegrex-* | mipsallegrexel-* \
680a683,686
> psp)
> basic_machine=mipsallegrexel-psp
> os=-elf
> ;;