Quote:
Originally posted by davechen:
<STRONG>cool. i just finished downloading.
has anyone who's used it had any problems/issues with the new dev tools?</STR…
Mine hasn't arrived in the mail yet, but I don't need it to know that it has gcc3. It has been quite clearly stated in a number of places that the beta dev tools include the beta g…
Quote:
Originally posted by parallax:
<STRONG>Thank you! Now I just have to reset my online membership password for the fiftieth time in a row, hehe.
*Procrastina…
Hmm... perhaps they should update the text:
Quote:
Originally posted by mattcunnane:
<STRONG>
Beta release of Developer Tools for Mac OS X 10.1.x, including beta…
The whole password thing is definitely screwed. I have to make a new one practically every time I log in.
Anyways, there's a cc and a gcc3. cc is version 2.95.2, while gcc3 is v…
Quote:
Originally posted by davechen:
<STRONG>The whole password thing is definitely screwed. I have to make a new one practically every time I log in.
</STRON…
Why does it call them Betas? Does that mean that the April dev tools are considered beta tools, or that this is out of date text announcing beta availibility of April tools? I wa…
Quote:
Originally posted by absmiths:
<STRONG>Why does it call them Betas? Does that mean that the April dev tools are considered beta tools, or that this is out …
Quote:
Originally posted by davechen:
<STRONG>i just finished downloading. Has anyone who's used it had any problems/issues with the new dev tools?</STRONG>
…
Quote:
Originally posted by davidb224:
<STRONG>
I also just downloaded the April 2002 Dev Tools. I was wondering what to do with the December 2001 Dev Tools. Shou…
Password expired? You've got to be kidding me. Heh.
Apple's developer site is retarded I think. Man this gets annoying, especially when you can't use a password that resembles …
Quote:
Originally posted by [APi]TheMan:
<STRONG>Password expired? You've got to be kidding me. Heh.
Apple's developer site is retarded I think. Man this gets …
Quote:
Originally posted by Angus_D:
<STRONG>You can use a password that resembles it as long as it's not exactly the same! Anyway, they have to be careful, since …
Yet another bug that still exists is that putting /* */ style comments around multiple lines of text still only updates the colour of the lines with the /* and */ on them (well, at…
Does anyone know of any good books/online docs/tutorials pertaining to learning assembly language on the Mac,especially concerning the G3 and G4 processors.At this point I know not…
I don't do any of it myself but here is some AltiVec page I was sifting through the other day:
<A HREF="http://"http://www.lightsoft.co.uk/Fantasm/avec_prog.html"" TARGET=_blank…
Thanks for the info.I'm learning assembly language so that I can decrypt stack traces,debug programs,and optimize functions,that sort of thing.I also want to know how the stack and…
I see. As far as I know, the G3 and G4 each have 32 32-bit integer registers and 32 64-bit FP registers. The G4 has an additional 32 128-bit vector registers (per AltiVec unit). …