On 12/8/2011 16:05, Peter Lecky wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Dňa 8. 12. 2011 21:28, Jeff Goode wrote / napísal(a):
On 12/8/2011 15:17, Peter Lecky wrote:
Dňa 8. 12. 2011 17:24, Rafaël Carré wrote / napísal(a):
Le Thu, 08 Dec 2011 15:56:46 +0100, Peter Lecky
<lecky_li...@nextra.sk> a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi
developers, I have latest checkout (revision 31179) from
svn and trying to compile for clipplus with the following
error: make: *** No rule to make target
`/rockbox/build/apps/bitmaps/native/rockbox/buildlogo.128x42x1.o',
needed by `/rockbox/build/rockbox.elf'. Stop.
Can someone please help? What i am doing wrong? Thanks for
your replyes Regards Peter
"make clean" should do the trick
Tryed but without success :( Any other ideas?
First update your svn checkout to the latest revision (svn up),
then try:
make reconf make veryclean make
What do you get? Also, what are you running on? Linux, Cygwin,
etc.?
Jeff
I am on latest stable debian. I used this installation to compile rb
in the past and it worked. Tried your steps and no success:
sheevaplug-debian:/rockbox# svn up
At revision 31181.
sheevaplug-debian:/rockbox# cd build
sheevaplug-debian:/rockbox/build# make reconf
Using temporary directory /tmp
Platform set to sansaclipplus
Normal build selected
Using source code root directory: /rockbox
Using arm-elf-eabi-gcc 4.4.4 (404)
Using arm-elf-eabi-ld 2.20.1.20100303
Using alternate rockbox dir: /.rockbox
Created Makefile
sheevaplug-debian:/rockbox/build# make veryclean
Cleaning build directory
sheevaplug-debian:/rockbox/build# make
...
CC apps/metadata/kss.c
CC apps/tagcache.c
CC apps/keymaps/keymap-clip.c
make: *** No rule to make target
`/rockbox/build/apps/bitmaps/native/rockbox/bui
ldlogo.128x42x1.o', needed by `/rockbox/build/rockbox.elf'. Stop.
sheevaplug-debian:/rockbox/build#
thank you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJO4SaOAAoJEKitnP1f3fESYJAH/12bkC+zMPje4xK91IOJ33Aq
nL//XAasvf/lbIzcIjwwwdRKv+3S0roC2hzf8hTH21srFToUNsruhS6QVFQIQoT1
/PnRPUFkAQVwkqRvsaBW5jBA0sQq4ZtSxdvPKglLvcA0BSe7H4rIHm86gCK13sHM
vFlepQLg4Nvlcm1cw8nSqZ84oi8unAkoDcYpgZkkf27TMPEwyiUspu1pm8N+zaQS
IailyPPL1X13jTkWqTxMtL3YZvmC7Y70ETcF9InwWkF7Ed+KYFZGII8yXH66mMto
Sil1w9sLRmjO04xeiHSY9Q8ajInZNfOBOZivP40e9WAwj2j3BSxyvKV28OfrROs=
=WvqK
-----END PGP SIGNATURE-----
I'm wondering if you have some kind of rights issue. After you run make
veryclean, is there anything left in your build folder? You should only
have two files left: autoconf.h and Makefile, both of which ought to
have current time stamps if you ran make reconf recently. Remove
everything else that may be left and try to make again.
Jeff