Re: net/wireless/shipped-certs.c:2:1: error: expected expression at end of input

From: Johannes Berg
Date: Tue Dec 05 2017 - 05:31:15 EST


Hi,

> > Ah, here we go - you probably don't have "hexdump" installed on this
> > system?
>
> Well, I didnât, but got the error, that hexdump couldnât be found. After
> installing it, I got the error above, and sent the message.

Ah, ok.

> Removing the file `net/wireless/shipped-certs.c`, and building again,
> fixed the problem. So I guess, the clean-up task(?) in the build script
> has a problem.

Did you run "make clean"? I'm not even sure it'd delete the file
though.

I suppose if this target fails we shouldn't create the file, but I
haven't quite figured out how to do that - let me try.

> I do not think, itâs necessary, as I got an error, that the executable
> is not there. No idea, if it is documented somewhere though.

Fair enough. I do have a patch to use od/sed so perhaps I'll just throw
that in anyway just to not require people to install hexdump.

johannes