maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   C development environment on the Nokia IT (https://talk.maemo.org/showthread.php?t=19169)

GriNN 2008-08-31 22:56

Re: C development environment on the Nokia IT
 
The best way to get those braces in Geany on an N810 is to click 'NEW' and choose C++ source file. Then it gives you a basic template with open and close braces for the main function. Then you copy and paste. It's annoying...but...cheaper than a bluetooth keyboard.

My problem is that I can't get xterm to stay open after compiling and running a hello world thing. It say compiled correctly, then launches xterm, but it disappears right away.

Any Ideas?

lcuk 2008-08-31 23:34

Re: C development environment on the Nokia IT
 
grinn, i use a bluetooth keyboard on my 810 to do most hacking, otherwise i do c&p coding (moving prewritten code blocks around and small tweaks).

i'm not sure about using a full IDE on the device, but I use pygtkeditor for actually manipulating the files and leave a console window open for make/run cycles.

when I'm at home, i use winscp to access the files stored on my nokia from my windows machine and edit using komodo edit.
again, I have an ssh console window open for building and output.

gcc and tools are on the device, all compilation is done natively.

GriNN 2008-09-01 00:08

Re: C development environment on the Nokia IT
 
lcuk,

I know a little java and am teaching myself basic c++. All I want out of this thing is the ability to write, compile and run very baisc C++ code on the 'go'.

I just tried pygtkeditor with a c++ hello world and it launched xterm properly but didn't know what to do with the code.

Any suggestions?

Thanks.

lcuk 2008-09-01 00:13

Re: C development environment on the Nokia IT
 
launch xterm outside of pygtkeditor, and switch between them - pygtkeditor is geared towards building python apps and the build button tries to do just that..

click save, alt tab, up arrow, return :)

fanoush 2008-09-01 05:24

Re: C development environment on the Nokia IT
 
Quote:

Originally Posted by tabletrat (Post 171167)
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.

You can tweak /usr/share/X11/xkb/symbols/nokia_vndr/rx-44 , one can even have another set of symbols usable with shift+fn (fourth column in the file, by default same as third one). It is a bit tricky to press but quite possible, one needs to press shift first, then fn and hold them both. Possible with left thumb. Also chr can be tweaked to be alt or anything else. So you can map braces to anything you like.

fanoush 2008-09-02 10:28

Re: C development environment on the Nokia IT
 
BTW, did you know there are gcc options to reduce memory consumption of the compiler? I thought gcc is bloated and huge C/C++ sources require lot of memory but looks like it is simply bad tuning. I had problem with compiling VICE emulator source directly on the device even with 192MB of swap enabled and someone on Pandora forum told me about gcc options --param ggc-min-expand=x --param ggc-min-heapsize=x and it made huge difference. With --param ggc-min-expand=0 --param ggc-min-heapsize=16384 VICE compiled fine without using lot of swap.

I don't want to start wiki page just with this info so it goes here, this thread is related.


All times are GMT. The time now is 21:10.

vBulletin® Version 3.8.8