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.


Topics - sylvain

Pages: [1]
1
OpenBSD / [crosspost] Stackless Python For Openbsd/zaurus
« on: August 15, 2006, 12:53:40 pm »
Hello,

I managed to port and run Stackless to OpenBSD for Zaurus.

WARNING: Stackless installed itselfs as a standard Python distribution, and will crush yours if no installation prefix is provided. I install mine in /usr/local/stackless to avoid this problems.

First, download and uncompress the version 2.4.3 on http://www.stackless.com

Here is a link to the files to use for patching : http://basy.free.fr/stackless_arm_zaurus.tgz

The recursive diff arm32.patch should work on any platform, with a little tweaking. The files specific to OpenBSD/Zaurus are the patch_* files.

To build for arm32 :
 - apply the arm32 patch;
 - ./configure=installationprefix;
 - add a -D__arm32__ to the OPT and the CPPFLAGS
 - make, make install

To build for OpenBSD/Zaurus
 - apply the arm32 patch;
 - ./configure --prefix=installationprefix
 - apply the patch_* on the proper files
 - make, make install

Sorry to produce post configure patches I'm not very fond/skilled in ./configure scripts.

2
OpenBSD / Gcc -mthumb Option
« on: August 09, 2006, 10:09:32 am »
Hello.

I try to make Stackless Python work on OpenBSD Zaururs, starting from a port made for Nintendo DS.

This port uses a thumb assembly module (used for implementing C stack  black magic).

I therefore tried to compile the whole bunch of file using the -mthumb -mthumb-interwork options of GCC, but the compilation fails, the gcc assembler complaining about "bad instructions".

Did anyone already managed to build/make work some thumb compiled software on OpenBSD ?

Thanks in advance.

PS: maybe something I said here is complete nonsense, but I'm not familiar with this kind of low level sorcery...

3
Python / Stackless Python
« on: August 06, 2006, 03:13:41 am »
Is there an existing port of Stackless Python on Zaurus ?

4
OpenBSD / Wi-fi Tools
« on: July 28, 2006, 08:59:56 am »
Hello,

Which tools do you use, to connect to open Wi-Fi Access Points ? Do you use handmade scripts, particular tools ?

5
X/Qt / Configuring Pocketworkstation X/qt User
« on: March 07, 2006, 03:00:26 am »
Hello.

I am a newcomer in the Zaurus world, and after a few day of installing/reinstalling all ROMs on my new 3100, I chose Cacko + pocketworkstation Debian as a good compromise between PIM use and mini-laptop use.

I now have a fully functional debian (updated through apt) but when I launch it, the window manager and all processes are started for the user "root". Does anyone know how to launch it for the user "zaurus" ?

I need to add that I run qtopia as "zaurus". I understand that launching X/Qt goes through a sudo, but is it possible to abandon privileges as soon as possible ?

Sylvain.

Pages: [1]