Open wallento opened 8 years ago
Ah, just now got to this, sorry I missed it. Did you end up solving it in the interim?
On Tue, Nov 1, 2016 at 11:36 AM, Stefan Wallentowitz < notifications@github.com> wrote:
Hi,
I am currently working on getting the OpenRISC (or1k) architecture building and working again (mainly adding the address space). There is one undefined symbol __cxa_atexit, which seems to be specific for the ARM targets:
https://github.com/littlekernel/lk/blob/master/lib/libc/eabi.c#L54
Am I right? Should I solve this with the include or in the rules.mk?
Cheers, Stefan
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/littlekernel/lk/issues/176, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF9rNIdZxQMLTv_3yRAJbNfnQVD53EBks5q54angaJpZM4KmbV4 .
Hi,
I am currently working on getting the OpenRISC (or1k) architecture building and working again (mainly adding the address space). There is one undefined symbol
__cxa_atexit
, which seems to be specific for the ARM targets:https://github.com/littlekernel/lk/blob/master/lib/libc/eabi.c#L54
Am I right? Should I solve this with the include or in the
rules.mk
?Cheers, Stefan