Re: [maemo-developers] Compiling for ARM

2006-07-18 Thread Israel Herraiz
Philippe Midol-Monnet wrote: > It look like I can't execute the application from the memory card . What > is the reason ? I don't exactly know, but I guess it is either the partition is mounted with the noexec attribute or, as the partition is FAT, you can not set up the execution permission for t

Re: [maemo-developers] Compiling for ARM

2006-07-18 Thread Philippe Midol-Monnet
Israel Herraiz wrote: [EMAIL PROTECTED] wrote: but it look like the compiler generate a x86 binarie. Have you checked it using file (file binary_filename should tell you the architecture the binary is compiled for) ? Have you execute a make clean and then make under the SDK_ARM profile? I t

Re: [maemo-developers] Compiling for ARM

2006-07-18 Thread Israel Herraiz
[EMAIL PROTECTED] wrote: > but it look like the compiler generate a x86 binarie. Have you checked it using file (file binary_filename should tell you the architecture the binary is compiled for) ? Have you execute a make clean and then make under the SDK_ARM profile? BR, Israel -- Israel Herrai

Re: [maemo-developers] Compiling for ARM

2006-07-17 Thread philippe
> Have you installed the strachbox and the SDK? I have installed the SDK with the installer > have followed the instructions given in maemo.org to do it, you should > just change the profile to SDK_ARM, compile your program, and copy it to I try a very simple operation: sbox-config -st SDK_ARM

Re: [maemo-developers] Compiling for ARM

2006-07-17 Thread Israel Herraiz
Have you installed the strachbox and the SDK? If you have done so, and have followed the instructions given in maemo.org to do it, you should just change the profile to SDK_ARM, compile your program, and copy it to the 770 (along with the needed libraries if there is any not included by default in

[maemo-developers] Compiling for ARM

2006-07-17 Thread Philippe Midol-Monnet
Hi I'm new on this list. I try to develop a little application for my Nokia. I can test it on my Debian box, and I want to compile a version for my tablet. I wan't to know if there is a quick (and may be dirty ;-) ) way to do this without creating a package: typing "make" and copying the res