Unfortunately the updated repo r6468 gives exactly the same error output on my computer.
More suggestions?
To clarify this a little:
This command works: nils@debian:~/hello$ /home/nils/libpayload/install/libpayload/bin/lpgcc -o hello.elf hello.c
And the basename error seems to be gone now.
But this command does not work: nils@debian:~/hello$ make CC=cc ../install/libpayload/bin/lpgcc -Wall -Werror -Os -c -o hello.o hello.c /bin/sh: ../install/libpayload/bin/lpgcc: not found make: *** [hello.o] Error 127 nils@debian:~/hello$
Has this something to do with PATH?
Thanks, Nils.
On Tue, Mar 29, 2011 at 2:03 PM, Nils njacobs8@hetnet.nl wrote:
Unfortunately the updated repo r6468 gives exactly the same error output on my computer.
More suggestions?
To clarify this a little:
This command works: nils@debian:~/hello$ /home/nils/libpayload/install/libpayload/bin/lpgcc -o hello.elf hello.c
And the basename error seems to be gone now.
But this command does not work: nils@debian:~/hello$ make CC=cc ../install/libpayload/bin/lpgcc -Wall -Werror -Os -c -o hello.o hello.c /bin/sh: ../install/libpayload/bin/lpgcc: not found make: *** [hello.o] Error 127 nils@debian:~/hello$
Has this something to do with PATH?
Did make install work? Is lpgcc in ../install/libpayload/bin?
Marc