ataradov / mcu-starter-projects

Simple starter projects for bare-metal MCU development
307 stars 41 forks source link

__libc_init_array() implementation #6

Open TheReneman opened 3 years ago

TheReneman commented 3 years ago

I would like to call __libc_init_array() but the provided starter project toolchain can't seem to find and implementation for it. What would be needed to support it?

Thank you

ataradov commented 3 years ago

I have no idea. I personally don't care about that stuff, so I can't help you here.