littlekernel / lk

LK embedded kernel
MIT License
3.14k stars 615 forks source link

eabi symbols for all architectures? #176

Open wallento opened 7 years ago

wallento commented 7 years ago

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

travisg commented 7 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 .