packaging my application

2009-04-06 Thread Anas Alzouhbi
Hi
I try to run a program helloworld
I read the toolchain document, I arrived to packaging your application:
but I run this command om-make-ipkg helloworld
the output of this command is:
make: entrant dans le répertoire « /root/helloworld »
Making install in src
make[1]: entrant dans le répertoire « /root/helloworld/src »
make[1]: *** Pas de règle pour fabriquer la cible « sample-main.c »,
nécessaire pour « sample-main.o ». Arrêt.
make[1]: quittant le répertoire « /root/helloworld/src »
make: *** [install-recursive] Erreur 1
make: quittant le répertoire « /root/helloworld »
y011pc99:~# cd hellworld
bash: cd: hellworld: Aucun fichier ou répertoire de ce type
what I have do to solve this problem, should I rename sample-main.o to
main.o, or what??

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: packaging my application

2009-04-06 Thread arne anka
 what I have do to solve this problem

a first step would be to make your system put out those messages in  
english.
my french is rather rusty and was never supposed to work with tech terms.

before starting what ever you do do
export LANG=en_US
and in the same shell run your commands. when the errors come up, they  
should be in english, allowing more people to respond.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: packaging my application

2009-04-06 Thread Anas Alzouhbi
Hi
I try to run a program helloworld
I read the toolchain document, I arrived to packaging your application:
but I run this command om-make-ipkg helloworld
the output of this command is:
usage: om-make-ipkg [app_dir_name] [ipkg_control_file]
y011pc99:~/helloworld/src# cd ..
y011pc99:~/helloworld# cd ..
y011pc99:~# om-make-ipkg helloworld
make: Entering directory `/root/helloworld'
Making install in src
make[1]: Entering directory `/root/helloworld/src'
make[1]: *** No rule to make target `sample-main.c', needed by
`sample-main.o'.  Stop.
make[1]: Leaving directory `/root/helloworld/src'
make: *** [install-recursive] Error 1
make: Leaving directory `/root/helloworld'
what I have do to solve this problem, should I rename sample-main.o to
main.o, or what??

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community