Opened 13 years ago
Closed 11 years ago
#33036 closed enhancement (fixed)
sdcc update port to 3.3.0
Reported by: | lara.dougan@… | Owned by: | nerdling (Jeremy Lavergne) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | robink@…, brendan.simon@… |
Port: | sdcc |
Description (last modified by nerdling (Jeremy Lavergne))
Hi. Here is a patch to update SDCC to version 3.3.0.
I also removed avr and xa51 then added variants for them because they are unsupported by SDCC now.
Attachments (6)
Change History (15)
Changed 13 years ago by lara.dougan@…
Attachment: | port-sdcc31.diff added |
---|
comment:1 Changed 13 years ago by lara.dougan@…
Replying to lara.dougan@…:
Hi. Here is a patch to update SDCC to version 3.1.0.
I also removed avr and x51 then added variants for them because they are unsupported by SDCC now.
I meant xa51 and not x51. :)
Changed 13 years ago by lara.dougan@…
Attachment: | port-sdcc-3.1.0-1.diff added |
---|
sdcc port patch, including universal fix
Changed 13 years ago by lara.dougan@…
Attachment: | patch-configure.in.diff added |
---|
Changed 13 years ago by lara.dougan@…
Attachment: | patch-sim-ucsim-configure.in.diff added |
---|
Changed 13 years ago by lara.dougan@…
Attachment: | patch-support-cpp-configure.in.diff added |
---|
comment:2 Changed 13 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to snc@… |
---|---|
Type: | update → enhancement |
Version: | 2.0.3 |
comment:4 Changed 12 years ago by nerdling (Jeremy Lavergne)
Status: | new → assigned |
---|
comment:5 Changed 12 years ago by nerdling (Jeremy Lavergne)
Description: | modified (diff) |
---|---|
Summary: | sdcc update port to 3.1.0 → sdcc update port to 3.2.0 |
I need to patch some source files for 3.2.0 to address unused value warnings, which are treated as errors.
comment:6 Changed 12 years ago by nerdling (Jeremy Lavergne)
There seems to be a problem making use of Boost in 3.1.0 and 3.2.0:
In file included from ralloc2.cc:24: In file included from ./../SDCCralloc.hpp:45: In file included from /opt/local/include/boost/graph/graphviz.hpp:19: /opt/local/include/boost/property_map/property_map.hpp:361:44: error: no viable overloaded '=' static_cast<const PropertyMap&>(pa)[k] = v; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Also, so far with 3.2.0 I needed to patch support/sdbinutils/bfd/opncls.c
.
comment:7 Changed 11 years ago by nerdling (Jeremy Lavergne)
Description: | modified (diff) |
---|---|
Summary: | sdcc update port to 3.2.0 → sdcc update port to 3.3.0 |
comment:8 Changed 11 years ago by nerdling (Jeremy Lavergne)
Cc: | brendan.simon@… added |
---|
Has duplicate #39316
comment:9 Changed 11 years ago by nerdling (Jeremy Lavergne)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Updated in r108726.
Note: See
TracTickets for help on using
tickets.
port file diff