Elks fails to compile on Debian 12 due to libc failing to compile. typo maybe? (original) (raw)
Description
- What is expected ?
- to compile the images
- What is observed ?
- it stops very VERY quickly
Configuration
- Version (commit or release):
- latest
- Emulator or HW platform:
- IBM PC
How to reproduce ?
- Does the problem always happen ?
- yes yes
- List the steps to reproduce the problem.
- try to run ./build.sh
Raw data
- Screenshot(s):
- Log file:
*
* You may now run `make clean` and `make` to build.
Cleaning all...
make -C libc clean
make[1]: Entering directory '/home/sparky4/p/elks/libc'
for DIR in asm ctype debug error gcc getent malloc math misc net regex stdio string system termcap termios time ; do make -C $DIR clean || exit 1; done
make[2]: Entering directory '/home/sparky4/p/elks/libc/asm'
Makefile:23: *** target pattern contains no '%'. Stop.
make[2]: Leaving directory '/home/sparky4/p/elks/libc/asm'
make[1]: *** [Makefile:240: clean] Error 1
make[1]: Leaving directory '/home/sparky4/p/elks/libc'
make: *** [Makefile:36: clean] Error 2
Build script has terminated with error 4
Additional information
Add any other context information about the problem here.
