Re: Failure compiling on TinyCoreLinux
pepa65 <[email protected]>
| Newsgroups | gmane.editors.nano.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2023-02-04 03:42, Mike Collins wrote: > Its actually failing in "make" > ar: invalid option -- 'r' > BusyBox v1.34.1 (2022-04-30 13:49:24 UTC) multi-call binary. You'll need a proper toolchain, not busybox ar, which doesn't support `-r`. Install binutils. And there might be more proper packages you'll need. Peter