[Bug 218235] [PATCH] devel/arduino-tools: Update to 1.8.2 tools versions

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 31 04:46:07 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218235

Kyle Evans <bsdports at kyle-evans.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #181324|0                           |1
        is obsolete|                            |
 Attachment #181341|                            |maintainer-approval+
              Flags|                            |

--- Comment #2 from Kyle Evans <bsdports at kyle-evans.net> ---
Created attachment 181341
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=181341&action=edit
svn(1) diff of devel/arduino-tools

Tiny update to devel/arduino-tools to switch to using devel/gcc-arm-embedded
instead of arm-none-eabi-{gcc,newlib}. I unfortunately had not realized that
gcc-embedded was a separate thing entirely when I started this mess, so ended
up with the devel/arm-none-eabi-{gcc,newlib} ports, the latter of which I
created.

arm-none-eabi-gcc was *not* producing binaries that worked with the Arduino
Due. On the other hand, devel/gcc-arm-embedded *does* produce working binaries,
and it can comes packaged with newlib. As an added bonus, it seems to have
libstdcxx enabled for GCC which should allow SAMD ports to build based solely
off of this following some more slight tweaks here and there, none of which I
have time for within the next couple of weeks.

Many thanks to lev@ for maintaining devel/gcc-arm-embedded

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list