![]() |
2012-08-06
, 21:37
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#2
|
![]() |
2012-08-06
, 22:43
|
Posts: 1,225 |
Thanked: 1,905 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#4
|
![]() |
2012-08-06
, 23:01
|
Posts: 805 |
Thanked: 1,605 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#5
|
#include <stdio.h> int main(void) { printf("hello world!\n"); return 0; }
![]() |
2012-08-07
, 07:44
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#6
|
The Following User Says Thank You to reinob For This Useful Post: | ||
![]() |
2012-08-07
, 09:49
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#7
|
![]() |
2012-08-07
, 12:19
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#8
|
I made a hello-world program and compiled it like this:
$ arm-linux-gnueabi-gcc -v -marm -o hello hello.c
I then copied hello to two N900s running Maemo5 PR1.3. One is running Nokia-OMAP kernel, the other KP50 (this is at least the most obvious difference).
I guess I'm missing something obvious. But libc6 is the same on both N900s.
I'd appreciate any pointers!
Thanks in advance.