when i was compiling some code with project builder, located on the iPod, the compiler crashed....it took me 3 trys to force quite Project Builder (1.x), then 2 tries to force quite iTunes 3, only then did Interface Builder allow me to force quit. After all that and a hard-reset of the iPod, my main.c file's header got really messed up....it went from:
#include <Carbon/Carbon.h>
#include
.
.
.
//Constant Declarations
#define kSomething 1
.
.
.
to
pszBoardHwName: iPod P68 Prod
pszSerialNumber: U2146JSYLG6
pu8FirewireGuid: 0x0000CB18
buildID: 0x01208000 (1.2)
boardHwRev: 0x00000000 (0.0 0)
boardHwSwInterfaceRev: 0x00010000 (0.0.1 0)
bootLoaderImageRev: 0x00010000 (0.0.1 0)
diskModeImageRev: 0x00000000 (0.0 0)
diagImageRev: 0x00000000 (0.0 0)
osImageRev: 0x00000000 (0.0 0)
I haven't used any disk checking utilities since I don't have any at work, but it sure seems amusing...good thing I only lost 20 lines or so of the header stuff...
Anyone seen anything like it before? For that matter, anyone can make out all the numbers?
