Building modules gives error: "invalid output constraint '=@cce' in asm"

Andriy Gapon avg at FreeBSD.org
Wed Jun 17 06:23:55 UTC 2020


On 17/06/2020 04:53, Rajesh Kumar wrote:
> Then, I am trying to compile the driver modules and hit the
> compilation error.  I haven't done "install world" as I don't want the base
> 12.0 to be disturbed.

You should do `make buildenv` and then do the module build in the subshell.
This way you will be using a compiler (toolchain, in general) form the
buildworld, not the currently installed compiler.

-- 
Andriy Gapon


More information about the freebsd-current mailing list