Re: kern. crosscomp fails with "options CNMAGIC"
"Dr. Nicola Mingotti" <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Sun-13-Oct-2024 15:56, Martin Husemann wrote: > On Sun, Oct 13, 2024 at 03:22:38PM +0200, Dr. Nicola Mingotti wrote: >> options CNMAGIC="\001\002" > The string is a bit tricky to pass through config & make and still > keep valid C string syntax, try: > > options CNMAGIC="\"\001\002\"" > > Martin doh, ok, i will retry later ;) It is a very unusual 'string' indeed thanks nicola