|
|
08-06-2012
, 05:37 PM
|
|
Posts: 570 |
Thanked: 894 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#2
|
|
|
08-06-2012
, 06:43 PM
|
|
Posts: 1,111 |
Thanked: 1,491 times |
Joined on Feb 2011
@ Quezon City, Philippines
|
#4
|
|
|
08-06-2012
, 07:01 PM
|
|
Posts: 570 |
Thanked: 894 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#5
|
#include <stdio.h>
int main(void) {
printf("hello world!\n");
return 0;
}
|
|
08-07-2012
, 03:44 AM
|
|
Posts: 1,233 |
Thanked: 1,912 times |
Joined on Feb 2011
@ Germany
|
#6
|
| The Following User Says Thank You to reinob For This Useful Post: | ||
|
|
08-07-2012
, 05:49 AM
|
|
Posts: 2,176 |
Thanked: 8,274 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#7
|
|
|
08-07-2012
, 08:19 AM
|
|
Posts: 1,233 |
Thanked: 1,912 times |
Joined on Feb 2011
@ Germany
|
#8
|
![]() |
| Thread Tools | Search this Thread |
|
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.