| Summary: | soclayout/experiments9 build_full.sh fails due to type errors | ||
|---|---|---|---|
| Product: | Libre-SOC's first SoC | Reporter: | Cole Poirier <colepoirier> |
| Component: | Hardware Layout | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | libre-soc-bugs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
| Attachments: | Shortlog of the failure of build_full.sh | ||
Created attachment 119 [details] Shortlog of the failure of build_full.sh Running ./build_full.sh with the following git hashes fails with this error log: ``` Warning 2 : consistency checks will be disabled `ls180_cts` Error 38 line 981530 :width or/and type mismatch [snip] `ls180_cts` Error 38 line 981562 :width or/and type mismatch Too many errors. Cannot continue further more Have a nice day... ***** Loading and flattening chip_r (vst)...make: *** [mk/alliance.mk:54: lvx-chip_r] Error 1 ``` Hashes of latest git commits: soclayout: e416b052a1aee6df4fc191572fb4c3c204e907b0 alliance-check-toolkit: 4191b439f9839ccf31ad1b601a3109a5bd527a06 alliance: a8e88646c4a29cb9058cfc7f64221365957c8f73 coriolis2: d05539378cee8bb7124b432c9a33f905113b3a0c I'm attaching the last section of the output generated while running `build_full.sh` as a 'shortlog', I can rerun the script and capture the full log should you wish.