Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - qaz2

Pages: [1]
1
Accessories / IRK for OZ 3.3.6pre1
« on: August 19, 2004, 05:50:40 pm »
Ok, I've attached it to the first post of this thread.  The ipk isn't perfect; you'll need to use -force-depends (click options in the package manager) because it thinks it needs newer versions of some libraries.  You will also need to restart opie manually (I'll try to get the postinstall script working when I have the chance).

2
Accessories / IRK for OZ 3.3.6pre1
« on: August 19, 2004, 05:16:01 pm »
I've gotten irk 0.11.0 to compile with gcc3, so it will work on OZ 3.3.6pre1.  Is there anyone who is interested?

(Note: I can't seem to find what license irk is released under, so I don't know if I can legally do this.  But I know the author of irk reads this forum....)

3
Linux Issues / Building OE without root
« on: August 19, 2004, 09:20:12 am »
Okay, I got it working.  I guess I must have set it up wrong the first time I tried it.  When I saw that error, I though I needed a prebuilt toolchain.  (It does seem that the prebuilt toolchain requires root.)  I tried it again from scratch and it works (though it seems the oe-env script at openembedded.org changed between my attempts; maybe that did it).

4
Mac Issues / Kernel Panic with MacOS X 10.3.5 solved
« on: August 17, 2004, 11:01:01 am »
I've renamed the two kexts, and I no longer get a panic on disconnecting, but I now get panics while idle seemingly at random.

Quote
*********

Tue Aug 17 09:12:19 2004


panic(cpu 0): A driver releasing a(n) IOUSBInterface has corrupted the registry

Latest stack backtrace for cpu 0:
      Backtrace:
         0x000836E4 0x00083BC8 0x0001EDA4 0x0028DF10 0x0027C104 0x0027CF68 0x00079AB4 0x00021668
         0x0001BCE8 0x0001C0F0 0x00094358 0x00000000
Proceeding back via exception chain:
   Exception state (sv=0x2D625280)
      PC=0x900074C8; MSR=0x0000F030; DAR=0x0029D894; DSISR=0x40000000; LR=0x90007018; R1=0xBFFFEC70; XCP=0x00000030 (0xC00 - System call)

Kernel version:
Darwin Kernel Version 7.5.0:
Thu Aug  5 19:26:16 PDT 2004; root:xnu/xnu-517.7.21.obj~3/RELEASE_PPC


*********

Could this have anything to do with the Zaurus USB driver?

5
Linux Issues / Building OE without root
« on: August 17, 2004, 06:27:49 am »
Quote
* OE support is at oe@handhelds.org

This isn't really an OE issue.  The OE bits are working fine; the problem is setting up the Linux enviroment.

Quote
* Which package did you try to oemake?

libtool-native is what's failing.  It's failing when configure tries to test the compiler.

Quote
* I never use OE as root.

But you use root to install it, right?  The problem is that I don't have access to /opt, which is where the cross compiler wants to be.

6
Linux Issues / Building OE without root
« on: August 17, 2004, 04:24:34 am »
I'm trying so set up OpenEmbedded on a system on which I do not have root (so I can only put stuff in $HOME).  I am using the instructions at http://www.openembedded.org/oe_wiki/index.php/GettingStarted.  When I run oemake I get

Quote
| checking for C compiler default output file name... configure: error: C compiler cannot create executables

This is because the compiler can't find the libraries which I have in $HOME/oe/opt/cross/arm-linux/lib.  Any suggestions on how to set up my build environment?

Pages: [1]