From owner-freebsd-questions@freebsd.org Fri Sep 29 17:37:52 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C291CE31797 for ; Fri, 29 Sep 2017 17:37:52 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-yw0-f173.google.com (mail-yw0-f173.google.com [209.85.161.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 85FCB6F184 for ; Fri, 29 Sep 2017 17:37:52 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-yw0-f173.google.com with SMTP id w22so229238ywa.13 for ; Fri, 29 Sep 2017 10:37:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=JysHhD7pBeM6KKIDByPZYSu6ZGlSWKHFu31Oiqu+DFE=; b=czQgcDBxxc18v2Cbr1I3l+4IUsth+74TqpJfEomnGknS4FK9KQTQJyvDnXvng+YhFj Ia8ZZP40B1o2dBVYZvM5W/2Y7v8T809kTtun6xejfTMmzc8oFN3vpq7JH3A5dd0nJC6A Vut3qE9r8Yjss1rXKG1eqXGZqtI47dt2x9a0Sh/fxsmgNg00K0aoH3Urpwl3lVBCGgA7 Hxt+/d6YHF9N6e1rhwdzIjfWsID3lSRpAeG/cqL9xn+t5FjJM5Cq9+UN9ijKb1YyFS1H lf1WiIo7QJSTF+lG3vy0Yhy0tsmlxajlhFKTlAxlgEItqBCZbyB/kxtBg04i3NmvDV05 cmEA== X-Gm-Message-State: AHPjjUiaTO0XCAJ/UQB8f232aNaP6xzGaj2l+TApetYlSM6nSwWMYQaO zgE4gKPABu2H6sMXU/1Sjzw+haaO X-Received: by 10.129.160.69 with SMTP id x66mr6890087ywg.167.1506706670918; Fri, 29 Sep 2017 10:37:50 -0700 (PDT) Received: from mail-oi0-f41.google.com (mail-oi0-f41.google.com. [209.85.218.41]) by smtp.gmail.com with ESMTPSA id p6sm2098747ywp.85.2017.09.29.10.37.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 29 Sep 2017 10:37:50 -0700 (PDT) Received: by mail-oi0-f41.google.com with SMTP id j126so536765oia.10 for ; Fri, 29 Sep 2017 10:37:50 -0700 (PDT) X-Google-Smtp-Source: AOwi7QCrlZVwScUe/O1DB4FnQ6PYeCiTgR6t7cL9lDdhct8s9WezYX1Xw8u8iYg/fAK2FvPIQdLMbwv1obINheRfHvI= X-Received: by 10.202.212.209 with SMTP id l200mr2534185oig.360.1506706670117; Fri, 29 Sep 2017 10:37:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.36.197 with HTTP; Fri, 29 Sep 2017 10:37:29 -0700 (PDT) In-Reply-To: <1506271295.2905.2.camel@au.dyndns.ws> References: <5070A4D6-BB0D-423E-8CE4-92C501D78AE7@gmail.com> <1506271295.2905.2.camel@au.dyndns.ws> From: Kyle Evans Date: Fri, 29 Sep 2017 12:37:29 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: ESP8266 with Arduino IDE To: Wayne Sierke Cc: FreeBSD Mailing List , Brad Salai Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Sep 2017 17:37:52 -0000 On Sun, Sep 24, 2017 at 11:41 AM, Wayne Sierke wrote: > Hi Kyle, > > I've just started investigating the options for doing EPS8266 > development on FreeBSD (in the first instance using a WeMos D1 R2 > board) and found this message. Has there been any progress? > > > Thanks, > > Wayne > > Hi, There has been progress, but I hit a roadblock at some point with what I think was binutils doing something bad and producing objects of the wrong endian-ness. I've been working the past couple days to recover the work that I had done so I can shoot it to others to review and point out my screw-up. Thanks, Kyle Evans