musl-cross-make icon indicating copy to clipboard operation
musl-cross-make copied to clipboard

No rule to make target musl-1.2.4

Open madobb opened this issue 1 year ago • 1 comments

Hello, if I enter the the newest version of musl 1.2.4 as the MUSL_VER in the config.mak or the Makefile an make error occurs which says: no No rule to make target 'musl-1.2.4', needed by 'all'. Stop. My configuration looks like this: TARGET = arm-linux-musleabihf MUSL_VER = 1.2.4 But if i download musl-1.2.4 from https://musl.libc.org/releases/ and unpack it into the directory it works. So there is probably a problem downloading the newest version of musl?

madobb avatar Feb 21 '24 13:02 madobb

@madobb 1.2.4 and hash was added

https://github.com/richfelker/musl-cross-make/commits/master/

userdocs avatar Feb 23 '24 15:02 userdocs

Fixed by 2519caabc0ab1438662d2bcde493797e58cd290a

richfelker avatar May 07 '24 15:05 richfelker