Search found 35 matches
- Wed May 28, 2008 7:28 pm
- Forum: Bug Reports
- Topic: buildscripts-20080516 problems
- Replies: 28
- Views: 62627
Re: buildscripts-20080516 problems
Strange, I didn't have other problems on 10.4, but the again I've got a bunch of other packages already installed from earlier adventures. On my laptop running 10.3 I had to upgrade to the latest version or GNU-make to accept a patsubst macro, but I was able to convince it to build everything in the ...
- Mon May 26, 2008 4:20 pm
- Forum: devkitPPC
- Topic: devkitPPC r14 installer for Mac OS X, please test
- Replies: 7
- Views: 23272
Re: devkitPPC r14 installer for Mac OS X, please test
My private setup for Xcode has two differences:
- instead of putting DEVKITPPC and DEVKITPRO into the global environment, I set them in the environment for the external build target in Xcode
- I added an External Executable, that just runs make with the "reload" target, and the Makefile has a rule ...
- instead of putting DEVKITPPC and DEVKITPRO into the global environment, I set them in the environment for the external build target in Xcode
- I added an External Executable, that just runs make with the "reload" target, and the Makefile has a rule ...
- Sat May 24, 2008 10:28 pm
- Forum: Gamecube/Wii Development
- Topic: Setting Indirect Texture Matrix
- Replies: 4
- Views: 11228
Setting Indirect Texture Matrix
As mentioned here this is a quick and dirty function to experiment with the indirect texture matrix:
void GX_SetIndirectMatrix(u8 indtexid, int ma, int mb, int mc, int md, int me, int mf, int s)
{
switch (indtexid) {
case GX_ITM_0: {
u32 val1 = (0x06000000|(_SHIFTL(s,22,2))|(_SHIFTL(mb,11,11 ...
void GX_SetIndirectMatrix(u8 indtexid, int ma, int mb, int mc, int md, int me, int mf, int s)
{
switch (indtexid) {
case GX_ITM_0: {
u32 val1 = (0x06000000|(_SHIFTL(s,22,2))|(_SHIFTL(mb,11,11 ...
- Mon May 19, 2008 10:23 pm
- Forum: Bug Reports
- Topic: buildscripts-20080516 problems
- Replies: 28
- Views: 62627
Re: buildscripts-20080516 problems
Ok, I came home from work today to find that it didn't build - because Safari decided to save the patch as .patch.txt. Sigh.
Now I've got everything built except doltool (sys/endian.h doesn't exist) and the dsp suite (tchar.h doesn't exist). I'll see what I can do.
Now I've got everything built except doltool (sys/endian.h doesn't exist) and the dsp suite (tchar.h doesn't exist). I'll see what I can do.
- Mon May 19, 2008 8:20 am
- Forum: Bug Reports
- Topic: buildscripts-20080516 problems
- Replies: 28
- Views: 62627
buildscripts-20080516 problems
I'm trying to build devkitPPC on OS/X:
- the script defines GDB_VER=6.8 for ppc, but the patches directory contains only the gdb-6.7.1.patch
- resuming a build seems to be broken, $SRCDIR doesn't seem to be set if the downloaded_sources step is skipped
Would it be better to decompress/patch/build ...
- the script defines GDB_VER=6.8 for ppc, but the patches directory contains only the gdb-6.7.1.patch
- resuming a build seems to be broken, $SRCDIR doesn't seem to be set if the downloaded_sources step is skipped
Would it be better to decompress/patch/build ...