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 - jcabrer

Pages: [1] 2 3 ... 11
1
Zaurus - pdaXrom / Looking For Transmission Ipk
« on: September 14, 2011, 06:18:13 pm »
If you post the source link, I'll compile it and post.

2
Zaurus - pdaXrom / Pdaxrom Rom's Getting Hard To Find?
« on: September 14, 2011, 06:15:09 pm »
I'm currently reving up to port some of the software used to work with the RepRap machines to run on the 6000 and 3100 running pdaXrom.  Just wish I could find my CF MicroDrive.

3
User Request for Applications / Arduino, Processing And Puredata
« on: February 02, 2011, 10:14:01 am »
Well, December is now February :^)

That's how it goes sometimes.  I've bought some new Arduino hardware and a VideoGameShield from Wayne&Layne.  The urge to get Arduino IDE running on my Zaurii is still strong.

Before I cant get Ant compiled, so the I can get Arduino IDE compiled, I need to learn a lot about developing in Java native on the Z.

Right Now, it looks like BlackDown and Classpath are what is needed.

4
Zaurus - pdaXrom / Native Development Tools Getting Old
« on: December 26, 2010, 11:47:33 pm »
Ah!  You're right.  Sorry.  Let's see if I can remedy that in the next few days.

5
Zaurus - pdaXrom / Native Development Tools Getting Old
« on: November 21, 2010, 05:09:35 pm »
Quote from: ckblackm
Quote from: jcabrer
Updated versions of Make and M4 seem to have made a difference.  The errors I was getting at make are now gone!

Here they are if anyone wants them.  I'm working on a feed to host all of the new stuff I'm compiling, but who knows when I'll get around to it. ;^)

Do you have an updated version of autoconf?

thanks,
Christopher.

Check this reply in the New Packages Announce

6
Zaurus - pdaXrom / New Packages Announcement
« on: November 21, 2010, 05:06:36 pm »
Here are most of the recent things I've compiled for pdaXrom distros that have not been posted (maybe).  Please take note that I target all my builds to /usr/local, and I don't usually strip the binaries, or remove man pages.

Cheers.

7
User Request for Applications / Arduino, Processing And Puredata
« on: November 16, 2010, 11:18:49 pm »
Ant is where I ran into trouble as well.  Hopefully I'll be able to get back on this in December.

8
Zaurus - pdaXrom / Want Compiled Thread?
« on: October 25, 2010, 07:07:50 pm »
Quote from: ckblackm
Anyone interested in compiling Moria?

thanks,
Christopher.

I'll take a look tonight, and post the ipk if there are no problems.

9
Zaurus - pdaXrom / Wireless Network With Browser Login
« on: October 25, 2010, 07:02:58 pm »
A lot depends on which device you have.  If you are using TOSA, you will most likely need to run the dhcp client manually.  Authentication does not prevent the router from assigning you an IP address, but the device has to request it to be assigned (ei you have to run dhclient, or what ever it's called).

10
Ubuntu / Problem Booting
« on: October 25, 2010, 06:58:11 pm »
Some copies of kexecboot out there don't support SD cards well, and some not at all.  Even some 1Gig cards have problems.  I wish I could recommend some that work, but I just gave up and moved everything to CF.

11
Zaurus - pdaXrom / Native Development Tools Getting Old
« on: October 01, 2010, 01:19:13 am »
Quote from: ckblackm
Quote from: jcabrer
Updated versions of Make and M4 seem to have made a difference.  The errors I was getting at make are now gone!

Here they are if anyone wants them.  I'm working on a feed to host all of the new stuff I'm compiling, but who knows when I'll get around to it. ;^)


Will these work with beta3?

Yes, these will work with pdaXrom Beta 3, and any derived works.  I use pdaXii13 on the C3100 and Beta 1 on the SL-6000.  All are compatible.

Since all of my ipks install in /usr/local/bin, you may have to remove any other copies floating around in /usr/bin.

Some tools like to hang out in /opt/..., and you may have to create symbolic links in there.  I think that was the case with make and m4.  I might fix that and re-post these if that is the case.  Let me know if you try them, and find any issues.  Thanks.

12
Zaurus - pdaXrom / Native Development Tools Getting Old
« on: September 30, 2010, 12:10:34 am »
Updated versions of Make and M4 seem to have made a difference.  The errors I was getting at make are now gone!

Here they are if anyone wants them.  I'm working on a feed to host all of the new stuff I'm compiling, but who knows when I'll get around to it. ;^)

13
Zaurus - pdaXrom / Status Of Pdaxrom
« on: September 24, 2010, 02:17:59 am »
for pdaXrom Beta 3 and its derivatives, you can safely install the standard development tools, and get started compiling code on the Zaurus.

the main ones are gcc, binutils, make, m4, tar, bunzip, wget, and gawk or awk.  If you want to patch code, you will also want diff, and patch.  Assuming that you have correctly added your feeds, you can use ipkg -d /mnt/cf2 install {package_name_here}

I use cf2, which is an additional mount point, as /mnt/cf is a FAT16 partition, and /mnt/cf2 is ext2(or ext3)

I also have a third partition on my CF drive for swap (and yes, you need a real drive, not flash).  With the added swap space (mine is 1GB), larger code can be compiled than would normaly be possible with 64 MB RAM.

There are some gotchas to be aware of.  First of all, an increasing number of developers are developing their source using newer versions of make, m4, gcc, autoconf, etc.  The line in the sand seems to be somewhere in the early part of 2009.  What this means is that if you are trying to compile newer versions of some software, versions with dates in 2010, and later 2009, may not build, usually due to incompatible m4 scripting in the make files.

Quote from: ckblackm
It looks like capnfish's feed still exists:   http://www.supakewl.com/capnfish/feed/


I'm currently running a C3200 with weeXpc  (Daniel's pdaXrom implementation based off beta3).   What would I need to start
trying to compile stuff for use on that platform?  (or would it be easier to try and patch up to the most recent version?)

thanks,
Christopher.

14
Zaurus - pdaXrom / New Packages Announcement
« on: September 10, 2010, 12:37:26 pm »
So my wife just accidentally deleted a bunch of pictures from an SD card formatted in FAT16.

I compiled fatback, and packaged it for Z.

Here it is.  BTW It recovered beautifully.

15
Zaurus - pdaXrom / New Packages Announcement
« on: September 10, 2010, 01:44:20 am »
If you don't know about Squeak, SqueakVM, and Scratch, here's your chance to find out.

Squeak is a SmallTalk 80 implementation.  It runs inside a multi-platform virtual machine known as SqueakVM.

Scratch is a graphical development language written in Squeak.

All of it is running on Zaurus as of today.  I hope everyone enjoys!

For more info look to:

http://scratch.mit.edu/

http://info.scratch.mit.edu/Scratch_on_Linux

You will need to download the Scratch source image in order to run it in SqueakVM.  Later I will package Scratch as a stand-alone, once I add rotation and screen size awareness.  For now, you will need to launch from a terminal using squeak.sh ./some_image_name

For more on Squeak and SqueakVM:

http://www.squeak.org/
http://www.squeakvm.org/index.html

Pages: [1] 2 3 ... 11