Opened 6 years ago
Closed 6 years ago
#57573 closed defect (fixed)
arm-none-eabi-gcc: broken build on 10.13 / Xcode 10 (isl issue)
Reported by: | mojca (Mojca Miklavec) | Owned by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | raimue (Rainer Müller), g5pw (Aljaž Srebrnič), MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: | arm-none-eabi-gcc |
Description (last modified by mojca (Mojca Miklavec))
I had arm-none-eabi-gcc installed from the buildbot, but when I tried to build it from source, I was stuck with a build error.
:info:build clang: error: unsupported option '-print-multi-os-directory' :info:build clang: error: no input files ... :info:build /path/to/arm-none-eabi-gcc/work/gcc-7.3.0/gcc/graphite-dependences.c:48:16: error: use of undeclared identifier 'isl_space_get_tuple_id'; did you mean 'isl_map_get_tuple_id'? :info:build isl_id *id = isl_space_get_tuple_id (d, isl_dim_in); :info:build ^~~~~~~~~~~~~~~~~~~~~~ :info:build isl_map_get_tuple_id
See:
Attachments (1)
Change History (5)
Changed 6 years ago by mojca (Mojca Miklavec)
Attachment: | arm-none-eabi-gcc-main.log added |
---|
comment:1 Changed 6 years ago by mojca (Mojca Miklavec)
Cc: | MarcusCalhoun-Lopez added |
---|---|
Description: | modified (diff) |
comment:2 Changed 6 years ago by mojca (Mojca Miklavec)
The build works after https://github.com/macports/macports-ports/pull/2988, but I probably need to add dependency on isl
and I suspect other ports might be affected as well.
comment:3 Changed 6 years ago by mojca (Mojca Miklavec)
Keywords: | haspatch added |
---|
comment:4 Changed 6 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Owner: | set to MarcusCalhoun-Lopez |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Build error of arm-none-eabi-gcc