From owner-freebsd-current@freebsd.org Thu Jun 18 02:17:38 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 68F7133F8AC; Thu, 18 Jun 2020 02:17:38 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49nQZ93pN1z3f2c; Thu, 18 Jun 2020 02:17:37 +0000 (UTC) (envelope-from rajfbsd@gmail.com) Received: by mail-wr1-x42e.google.com with SMTP id t18so4361572wru.6; Wed, 17 Jun 2020 19:17:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=XXiDnmEKkjnAg4XAgGA1O7XQ7jSyDRc+roLFDS/DyTI=; b=g37cxN5l65ggQgMwnIR+16AuS7rgw1NeWSRy5aGFLhh9TNCTO5fAKlZ1lsWrUbZyQf aSeXM2h37xKdFvJP35Kv0YgRBUAO8eTcBoKxRGFeTebp3jM1IdeYGZx8dJDPKbkPSVvA eE7GVnDIOLxuv32MvT6EzQU4IZJaf9crb3zZfIT871LnhnkZEdaDsYc1vlz0kJ4dDLRx rNOIEkOfSkV7GitLKU66raN8zPgHrBcixu8yCyWK9X5ocEI1ZXMwhu0LFyT/295uSyqv qDDgGGpwG+KxAx72imVebCpy34sCMh0MZ8CBky5ZYlO1kfnbocozPoUNkIwYsteSlVGJ JiCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XXiDnmEKkjnAg4XAgGA1O7XQ7jSyDRc+roLFDS/DyTI=; b=o18XPp6AAG50baEXqTS/lmLeP2nrrtTiy910p3rFyFrHLj4w/u2N+32s9m58Apd31r rSvBkGR6LfbM5GUn/mwqbZGXMammktaRdVbuUETG5IOHk8fpcX+gGgHPgPNWCNzAfHdo +vG85lx7azRlqLKo8h1bo+Q8/wR53e8xRihinvaYMlgBV8UNYK0OTkFm7QuFlaOxjOpc lvQ19nATSk3eWOEdEPBBXccRM9VZpsIua6co6GLtHqU762ElxmfbQq7CVMk3t03D4eDn n/LSqM1QMd25ux18T2o90OtTR3a3W9mxnQHxiEpuSjUNMgrq2Srv53OqhambLrKf6CQl nxmA== X-Gm-Message-State: AOAM530e2eVrmazkEVx9+JMDK2iHMZPDLdKOP8X8DLRQ8XFFzHG2ujXR teYNM1fRwkqrt0WVNDAlyjLmiW7pxmZBwZ80a8P4Eg== X-Google-Smtp-Source: ABdhPJwX7cQmGtvug7Y/V4/YSVKSUpTSS+487S8hXX/1e2ySfIDplUXArZO05CK9f+fy6WkWEyRWmfnLsaxaWE07W3w= X-Received: by 2002:adf:a514:: with SMTP id i20mr2089589wrb.112.1592446654114; Wed, 17 Jun 2020 19:17:34 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Rajesh Kumar Date: Thu, 18 Jun 2020 07:47:22 +0530 Message-ID: Subject: Re: Building modules gives error: "invalid output constraint '=@cce' in asm" To: Andriy Gapon Cc: freebsd-current@freebsd.org, freebsd-drivers@freebsd.org X-Rspamd-Queue-Id: 49nQZ93pN1z3f2c X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2020 02:17:38 -0000 HI Andriy Gapon, Thanks. It works. On Wed, Jun 17, 2020 at 11:53 AM Andriy Gapon wrote: > 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 >