![]() |
2005-12-21
, 23:21
|
Posts: 4 |
Thanked: 0 times |
Joined on Dec 2005
|
#2
|
![]() |
2005-12-21
, 23:44
|
Posts: 81 |
Thanked: 1 time |
Joined on Dec 2005
|
#3
|
![]() |
2006-07-24
, 13:24
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2006
|
#4
|
http://repository.maemo.org/pool/maemo1.1rc7/free/g/ [/url]
![]() |
2006-07-24
, 13:31
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
![]() |
2006-07-25
, 07:38
|
Posts: 12 |
Thanked: 0 times |
Joined on Jun 2006
|
#6
|
![]() |
2006-08-02
, 22:38
|
|
Posts: 207 |
Thanked: 3 times |
Joined on Jun 2006
@ Texas
|
#7
|
Yep, in maemo2.0 folder http://repository.maemo.org/pool/mae...ree/g/gcc-3.4/ . But it is really not worth it. I suppose for anything but simple hello world gcc compiler will run out of memory (not talking about speed and disk space). For coding directly on the device it is probably better to use some interpreter like Python, Perl or unix shell or some variant of Basic.
![]() |
2007-05-24
, 15:09
|
Posts: 91 |
Thanked: 5 times |
Joined on Aug 2006
|
#8
|
![]() |
2007-05-24
, 18:28
|
|
Posts: 3,096 |
Thanked: 1,525 times |
Joined on Jan 2006
@ Michigan, USA
|
#9
|
![]() |
2007-05-25
, 07:35
|
Posts: 91 |
Thanked: 5 times |
Joined on Aug 2006
|
#10
|
I am wondering - is there a scaled-down version of the C toolkit that I can install on the 770, to code on the unit itself?
I figure I would only need the basic libraries and includes for now, to flesh out some data retrieval code, and the compiler. I can edit with the Notepad application. I figured the first applications would be like console apps on Windoze.
Later, when I feel good about the data part, I can add the other libraries to create the UI.
Has anyone done this yet? Do you know which files to include? I assume the basic ANSI C headers and libraries for Linux will work, but I am not sure, and I don't want to damage the unit.