version 1.3, 2019/04/04 23:58:31
|
version 1.5, 2019/04/05 00:11:04
|
Line 53 While the thumb mode userspace boots and
|
Line 53 While the thumb mode userspace boots and
|
|
|
* thumb mode gcc segfaults on target |
* thumb mode gcc segfaults on target |
|
|
`# cat > test.c << EOF |
<pre><code> |
|
# cat > test.c << EOF |
> int main(void){ |
> int main(void){ |
> return 0; |
> return 0; |
> } |
> } |
Line 75 While the thumb mode userspace boots and
|
Line 76 While the thumb mode userspace boots and
|
test.c:3: internal compiler error: Segmentation fault |
test.c:3: internal compiler error: Segmentation fault |
Please submit a full bug report, |
Please submit a full bug report, |
with preprocessed source if appropriate. |
with preprocessed source if appropriate. |
See <http://www.NetBSD.org/Misc/send-pr.html> for instructions.` |
See <http://www.NetBSD.org/Misc/send-pr.html> for instructions. |
|
</code></pre> |
|
|
|
|
* thumb mode gdb segfaults on target |
* thumb mode gdb segfaults on target |
|
|
|
<pre><code> |
# gdb --verbose /bin/cat |
# gdb --verbose /bin/cat |
[1] Segmentation fault (core dumped) gdb --verbose /bin/cat |
[1] Segmentation fault (core dumped) gdb --verbose /bin/cat |
|
</code></pre> |
|
|
|
|
These issues may be solved by upgrading to newer versions of GCC compiler and gdb debugger. |
These issues may be solved by upgrading to newer versions of GCC compiler and gdb debugger. |