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.