Active Topics

 


Reply
Thread Tools
Posts: 10 | Thanked: 0 times | Joined on Nov 2007 @ Washington State, USA
#1
Hi -

I know that the prevailing wisdom is that software builds should be done using Scratchbox on a PC-based Linux platform. I do, in fact, have an Ubuntu virtual machine on my Windows laptop for the express purpose of building software for my N800.

However........

I now have two 16GB SD memory cards on my N800, one of which is completely empty. I have no lack of storage space, and I think that I really do want to have a complete development environment resident on my N800. I don't care that the N800 is slower; I'm spending more time sloshing files back and forth.

So....

Is there a recipe, and ideally a repository set up to do C software development on the N800? For what it's worth, I'm still using IT OS 2007, and have decided not to upgrade due to the inferior xterm in OS 2008...
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#2
Using Red Pill or apt-get you can set up anything.
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#3
Originally Posted by mrcrispin View Post
Is there a recipe, and ideally a repository set up to do C software development on the N800? For what it's worth, I'm still using IT OS 2007, and have decided not to upgrade due to the inferior xterm in OS 2008...
I don't think OS2007 xterm was any better than the new one. On-screen or normal keyboard - it is still slow to write, better use ssh.
 
Posts: 7 | Thanked: 1 time | Joined on Apr 2008
#4
Originally Posted by Bundyo View Post
I don't think OS2007 xterm was any better than the new one. On-screen or normal keyboard - it is still slow to write, better use ssh.
good luck to you
__________________
www.china-dvd-cd.com is a professional dropshipper and wholesaler of DVDs who supply with the dropship expreience about 8 years and win the good reputation on this line.
 
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#5
Originally Posted by mrcrispin View Post
Hi -
Is there a recipe, and ideally a repository set up to do C software development on the N800? For what it's worth, I'm still using IT OS 2007, and have decided not to upgrade due to the inferior xterm in OS 2008...
It's a little tricky setting things up on OS 2007 (on OS 2008 there is an all-in-one package installable via the Application Manager when in Red Pill Mode).

I was able to set up gcc (and g++) under OS 2007. IIRC, you need to grab and install (using Red Pill Mode)

binutils_2.16.91cs2005q3.2-5.osso1_armel.deb
cpp-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb
g++-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb
gcc-3.4_3.4.4cs2005q3.2-5.osso8_armel.deb
gcc-3.4-base_3.4.4cs2005q3.2-5.osso8_armel.deb
libstdc++6_3.4.4cs2005q3.2-5.osso8_armel.deb
libstdc++6-dev_3.4.4cs2005q3.2-5.osso8_armel.deb

Which you can find on or around http://repository.maemo.org/pool/maemo3.2/free/binary/

I like the OS 2007 terminal better too as it has word completion (disabled in OS 2008's terminal due to ssh passwords showing up) and the Ctrl key didn't require a pop-up dialog. But setting a C\C++\C# dev environment on OS 2008 is much easier.

If you do use OS 2007, I recommend SciTE as a nice development IDE.


Under OS 2008 (and possibly OS 2007), there is now Geany.

__________________
16-Bit x86 DOS: DOSBox
Amiga 68k: UAE
Apple II: Winapple
Apple 68k Mac: Basilisk II
Commodore 64: Frodo
Palm OS: Access GarnetVM
TI-89 Calculator: TiEmu 2
 

The Following User Says Thank You to OSEmuTech For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#6
Have you seen fiferboy's xterm builds?Teh 13 version is llike the 2007 one with no ctrl popup dialog.

PyGTKeditor is also nnice. I have scratchbbox installed but when I get a memcard, I'm gonna setup a development environment with maemocjk and a lot of hacking tools.

Last edited by qwerty12; 2008-04-16 at 21:42.
 

The Following User Says Thank You to qwerty12 For This Useful Post:
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#7
Thanks qwerty12. I downloaded the two builds of fifferboy's Terminal and will try them out.

Another major thing which I don't like about the OS 2008 Terminal is the lack of Caps Lock.

PyGTKeditor is a nice syntax editor, but it's not an IDE. The good thing about it is that unlike SciTE and Geany on OS 2008, it can use the built-in Matchbox Keyboard.

BTW: SciTE works (looks) better when ran via root. I setup Personal Menu today to launch it like that.

__________________
16-Bit x86 DOS: DOSBox
Amiga 68k: UAE
Apple II: Winapple
Apple 68k Mac: Basilisk II
Commodore 64: Frodo
Palm OS: Access GarnetVM
TI-89 Calculator: TiEmu 2
 

The Following 2 Users Say Thank You to OSEmuTech For This Useful Post:
tabletrat's Avatar
Posts: 481 | Thanked: 65 times | Joined on Aug 2007 @ Westcountry, UK
#8
which all in one package is it on 2008?
 
OSEmuTech's Avatar
Posts: 466 | Thanked: 142 times | Joined on Jan 2008 @ Temple Terrorist, FL
#9
In Red Pill Mode, it shows up as 'build-essential'. It's a wrapper package.
__________________
16-Bit x86 DOS: DOSBox
Amiga 68k: UAE
Apple II: Winapple
Apple 68k Mac: Basilisk II
Commodore 64: Frodo
Palm OS: Access GarnetVM
TI-89 Calculator: TiEmu 2
 

The Following 3 Users Say Thank You to OSEmuTech For This Useful Post:
tabletrat's Avatar
Posts: 481 | Thanked: 65 times | Joined on Aug 2007 @ Westcountry, UK
#10
OK, so I got that all going. Downloaded SciTE and tried it.
Is there a Maemo version of SciTe, as it takes a lot of room with the menu bar in the wrong place, and the file selector is almost impossible to use well.

However, I got to main() and when to put a brace in and hit the first problem. How do you do a brace? I got my 810 yesterday. I did a search and it said you pressed the chr key and got a character map, but I didn't and don't seem to be able to. I found pressing the chr and pressing keys give a few random characters, but no brace.

Anyone know how to do this, or some editor that is like SciTE but maemo'ised?
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:05.