#18611: Support GO language (as gccgo and libgo) in toolchain
--------------------------+------------------------
  Reporter:  evgenyz      |      Owner:  developers
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  toolchain    |    Version:  Trunk
Resolution:               |   Keywords:
--------------------------+------------------------

Comment (by jdubjdub):

 Hi all,

 I'm refreshing Geert-Johan's patches for the latest OpenWrt, and hoping to
 get them in.

 Here's what I've hit so far:

 - The error above, but if you look closely, it's not a cross-compilation
 run, it's local (to build go1, which is one of the bootstrapping stages).
 Turns out there's just a -lm missing. Not sure where to put that in yet,
 but I'll poke around.

 - After that, I get the dreaded `implicit declaration of function
 'setcontext'` (and getcontext, makecontext) errors. For now, I've just
 commented out -Werror in the Makefile to see what happens at run time. It
 may explode, but from the looks of it, uClibc has the legacy functions
 built in.

 The good news is that it completes building after that. I'll do a run time
 test and report back.

--
Ticket URL: <https://dev.openwrt.org/ticket/18611#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to