https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118373
--- Comment #12 from Lance Fredrickson ---
The screen goes blank and then the device immediately reboots. It's pretty
random, could be within 5-10 minutes or several to numerous hours. My serial
connector should arrive within a day, and then I'l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118373
--- Comment #10 from Lance Fredrickson ---
I have a monitor connected via displayport, but when it crashes it just goes
blank. There is on the pcb a "jcom1" port for serial access. Should I have
better luck catching it if connect it to another
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118373
--- Comment #5 from Lance Fredrickson ---
I will try and do what I can. To get a kernel panic looks like I need to have
one kernel kexec start another kernel and use makedumpfile to backup memory
contents of crash? Or is there another preferred
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118373
Bug ID: 118373
Summary: gcc-14.2 kernel panic on alderlake cpus
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105730
Lance Fredrickson changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #12 from Lance Fredrickson ---
I will send an email to their mailing list and inform them of this thread as
well. I've queried on buildroot mailing list and irc if anyone uses aarch64 +
uclibc-ng.
thanks for your attention and troub
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #10 from Lance Fredrickson ---
(gdb) disassemble 0x7fb7eae3b8
Dump of assembler code for function (anonymous namespace)::get_global():
0x007fb7eae3b8 <+0>: stp x29, x30, [sp, #-16]!
0x007fb7eae3bc <+4>: mov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #8 from Lance Fredrickson ---
Here is 'info proc mappings'
(gdb) info proc mappings
process 16896
Mapped address spaces:
Start Addr End Addr Size Offset objfile
0x555000 0x556000
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #6 from Lance Fredrickson ---
info mem gives
(gdb) info mem
Using memory regions provided by the target.
There are no memory regions defined.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #4 from Lance Fredrickson ---
Here you go.
(gdb) info registers
x0 0xff6fea06f01097094268656
x1 0x7fb7ffa6c0548547831488
x2 0x0 0
x3 0x0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
--- Comment #2 from Lance Fredrickson ---
Here is the disassemble
(gdb) disassemble
Dump of assembler code for function _ZSt18uncaught_exceptionv:
0x007fb7eae2a8 <+0>: stp x29, x30, [sp, #-16]!
0x007fb7eae2ac <+4>: mov
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106581
Bug ID: 106581
Summary: [Aarch64] libstdc++ segfault at end of execution
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Componen
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106356
--- Comment #2 from Lance Fredrickson ---
Submission made here.
https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598610.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106356
Bug ID: 106356
Summary: static-pie for arm not implemented
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: driver
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105730
Bug ID: 105730
Summary: Issue with commit - Allow std::condition_variable
waits to be cancelled
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104799
Lance Fredrickson changed:
What|Removed |Added
CC||lancethepants at gmail dot com
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632
--- Comment #2 from Lance Fredrickson ---
Seems similar to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104799
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632
--- Comment #1 from Lance Fredrickson ---
Created attachment 52999
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52999&action=edit
Avoids using poisoned malloc in libcc1
Adds to libcc1plugin.cc and libcp1plugin.cc
#define INCLUDE_MEMORY
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105632
Bug ID: 105632
Summary: Canadian Cross build failure - error: attempt to use
poisoned "malloc"
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #9 from Lance Fredrickson ---
Thanks a bunch!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #7 from Lance Fredrickson ---
So this is the patch I'm using to build gccgo for uclibc arm.
https://raw.githubusercontent.com/lancethepants/tomatoware/master/patches/gcc/0006-fix-libgo-uclibc-ng.patch
In a seperate discussion you m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #6 from Lance Fredrickson ---
So I compared runtime.inc in gcc 10.3 and gcc 11.1, and they have quite a bit
different. I tried using the runtime.inc file from 10.3 in 11.1, and it does
allow it to finish compiling, and I appear to b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #5 from Lance Fredrickson ---
Just to check another architecture, I tried building gccgo-11 for x86_64 and
uclibc-ng. With gcc-11 I get the same build-time error with x86_64 as I did
with arm.
gccgo-10 for x86_64 & uclibc-ng did b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #4 from Lance Fredrickson ---
Created attachment 51077
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51077&action=edit
runtime.inc
oops, I've attached runtime.inc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
--- Comment #2 from Lance Fredrickson ---
echo timestamp > unicode.s-gox
f="runtime.o"; if test ! -f $f; then f="./.libs/runtime.o"; fi;
/opt/tomatoware/arm-soft-mmc/arm-tomatoware-linux-uclibcgnueabi/bin/objcopy -j
.go_export $f runtime.s-gox.t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101246
Bug ID: 101246
Summary: gccgo cross-compiler targeting arm fails to build with
gcc 11. Missing structs in runtime.inc. Using
uclibc-ng
Product: gcc
Version: 11.1
26 matches
Mail list logo