<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style="--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style="font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";">
<div class="content">
<p class="details" style="font-style: italic; color: #626168;">
<a href="https://gitlab.rtems.org/joel">Joel Sherrill</a> created an issue: <a href="https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5609">#5609</a>
</p>
<p>
Assignee: Gedare Bloom
</p>
<div class="md" style="position: relative; z-index: 1; color: #3a383f; word-wrap: break-word;">
<h2 id="user-content-summary" dir="auto" style="margin-top: 0; margin-bottom: 10px;" align="initial">Summary<a href="#summary" aria-label="Link to heading 'Summary'" data-heading-content="Summary" class="anchor" style="margin-top: 0;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">The recent reformatting of grlib includes changes which break compiling. The following is from <em style="margin-top: 0;">rtems-bsp-builder</em>:</p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial"><code style="font-size: 90%; color: #18171d; word-wrap: break-word; background-color: #ececef; border-radius: .25rem; margin-top: 0; font-weight: inherit; overflow-wrap: break-word; white-space: break-spaces; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: keep-all; padding: 0.125rem 0.25rem;"> 1 debug riscv/griscv build: configure: /home/joel/rtems-work/rtems/waf configure\ --prefix=/home/joel/rtems-work/tools/next/bsps\ --top=/home/joel/rtems-work/rtems --rtems-config=config-riscv-\ griscv-debug.ini error: bsps/shared/grlib/amba/ambapp_find_by_idx.c:59:1: error: expected identifier or '(' before 'else' error: bsps/shared/grlib/amba/ambapp_find_by_idx.c:64:1: error: expected identifier or '(' before '}' token error: bsps/shared/grlib/amba/ambapp_find_by_idx.c:58:1: error: control reaches end of non-void function [-Werror=return-type] error: bsps/shared/grlib/amba/ambapp.c:191:30: error: unused variable 'j' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:190:36: error: unused variable 'bridge_adr' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:190:27: error: unused variable 'apbbase' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:188:27: error: unused variable 'ahb_info' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:187:50: error: unused variable 'apbdev' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:187:40: error: unused variable 'prevapb' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:186:32: error: unused variable 'apb_buf' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:186:27: error: unused variable 'apb' [-Werror=unused-variable] error: bsps/shared/grlib/amba/ambapp.c:242:1: error: type defaults to 'int' in declaration of 'ahb' [-Wimplicit-int] error: bsps/shared/grlib/amba/ambapp.c:242:47: error: 'ioarea' undeclared here (not in a function) error: bsps/shared/grlib/amba/ambapp.c:244:1: error: expected identifier or '(' before 'for' error: bsps/shared/grlib/amba/ambapp.c:244:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token error: bsps/shared/grlib/amba/ambapp.c:244:29: error: expected '=', ',', ';', 'asm' or '__attribute__' before '++' token error: bsps/shared/grlib/amba/ambapp.c:257:1: error: type defaults to 'int' in declaration of 'dev' [-Wimplicit-int] error: bsps/shared/grlib/amba/ambapp.c:257:32: error: 'ctx' undeclared here (not in a function) error: bsps/shared/grlib/amba/ambapp.c:258:1: error: expected identifier or '(' before 'if' error: bsps/shared/grlib/amba/ambapp.c:262:34: error: expected ')' before '->' token error: bsps/shared/grlib/amba/ambapp.c:264:1: error: expected identifier or '(' before 'if' error: bsps/shared/grlib/amba/ambapp.c:268:1: error: expected identifier or '(' before 'if' error: bsps/shared/grlib/amba/ambapp.c:271:4: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token error: bsps/shared/grlib/amba/ambapp.c:272:1: error: type defaults to 'int' in declaration of 'prev' [-Wimplicit-int] error: bsps/shared/grlib/amba/ambapp.c:272:8: error: initializer element is not constant error: bsps/shared/grlib/amba/ambapp.c:274:1: error: type defaults to 'int' in declaration of 'ahb_info' [-Wimplicit-int] error: bsps/include/grlib/ambapp.h:69:67: error: invalid type argument of '->' (have 'int') error: bsps/shared/grlib/amba/ambapp.c:277:1: error: expected identifier or '(' before 'if' error: bsps/shared/grlib/amba/ambapp.c:294:3: error: expected identifier or '(' before 'else' error: bsps/shared/grlib/amba/ambapp.c:327:1: error: expected identifier or '(' before '}' token error: bsps/shared/grlib/amba/ambapp.c:328:1: error: expected identifier or '(' before '}' token error: bsps/shared/grlib/amba/ambapp.c:331:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token error: bsps/shared/grlib/amba/ambapp.c:332:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '->' token error: bsps/shared/grlib/amba/ambapp.c:334:1: error: expected identifier or '(' before 'return' error: bsps/shared/grlib/amba/ambapp.c:335:1: error: expected identifier or '(' before '}' token error: bsps/shared/grlib/amba/ambapp.c:239:1: error: control reaches end of non-void function [-Werror=return-type] error: bsps/shared/grlib/amba/ambapp.c:138:13: error: 'ambapp_apb_dev_init' defined but not used [-Werror=unused- function] error: bsps/shared/grlib/spw/grspw.c:1974:52: error: unused parameter 'timeout' [-Werror=unused-parameter] error: bsps/shared/grlib/spw/grspw.c:1988:12: error: 'grspw_hw_init' defined but not used [-Werror=unused-function] error: bsps/shared/grlib/spw/grspw.c:2009:12: error: redefinition of 'grspw_hw_waitlink' error: bsps/shared/grlib/spw/grspw.c:2460:12: error: 'return' with a value, in function returning void [-Wreturn-mismatch] error: bsps/shared/grlib/spw/grspw.c:2477:18: error: 'c' undeclared (first use in this function) error: bsps/shared/grlib/spw/grspw.c:2483:15: error: 'b' undeclared (first use in this function) error: bsps/shared/grlib/spw/grspw.c:2525:10: error: 'return' with a value, in function returning void [-Wreturn-mismatch] error: bsps/shared/grlib/spw/grspw.c:2528:13: error: 'grspw_rxnext' defined but not used [-Werror=unused-function] error: bsps/shared/grlib/spw/grspw.c:2561:10: error: 'options' undeclared (first use in this function); did you mean 'optind'? error: bsps/shared/grlib/spw/grspw.c:2563:14: error: 'pDev' redeclared as different kind of symbol error: bsps/shared/grlib/spw/grspw.c:2563:21: error: 'dev' undeclared (first use in this function); did you mean 'div'? error: bsps/shared/grlib/spw/grspw.c:2559:41: error: unused parameter 'pDev' [-Werror=unused-parameter] error: bsps/shared/grlib/spw/grspw.c:2559:51: error: unused parameter 'ctrl' [-Werror=unused-parameter] error: bsps/shared/grlib/spw/grspw.c:1974:12: error: 'grspw_hw_waitlink' defined but not used [-Werror=unused- function]</code></p>
<p dir="auto" style="color: #3a383f; margin: 0 0 1rem;" align="initial">Hopefully <a href="https://gitlab.rtems.org/matteo.concas" title="Matteo Concas" class="gfm gfm-project_member js-user-link" data-user="157" data-original="@matteo.concas" data-container="body" data-placement="top" data-reference-type="user" style="color: #284779; background-color: #cbe2f9; border-radius: .25rem; margin-top: 0; padding: 0 2px;">@matteo.concas</a> and <a href="https://gitlab.rtems.org/gedare" title="Gedare Bloom" class="gfm gfm-project_member js-user-link" data-user="8" data-original="@gedare" data-container="body" data-placement="top" data-reference-type="user" style="color: #284779; background-color: #cbe2f9; border-radius: .25rem; padding: 0 2px;">@gedare</a> can figure out what happened.</p>
<h2 id="user-content-steps-to-reproduce" dir="auto" style="margin-top: 20px; margin-bottom: 0;" align="initial">Steps to reproduce<a href="#steps-to-reproduce" aria-label="Link to heading 'Steps to reproduce'" data-heading-content="Steps to reproduce" class="anchor" style="margin-top: 0;"></a>
</h2>
</div>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">
—
<br>
<a href="https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5609">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.rtems.org">gitlab.rtems.org</a>. <a href="https://gitlab.rtems.org/-/sent_notifications/4-9caubwiy34u76p43vjikt8idi/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.rtems.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.rtems.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5609 at 1780580796
</span>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/5609"}}</script>
</p>
</div>
</body>
</html>