dwelch67 / raspberrypi

Raspberry Pi ARM based bare metal examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newlib build

optixx opened this issue · comments

You can built newlib without using empty syscalls.c and crt0.S to avoid runinng into compile errors.

./configure
--target=arm-none-eabi
--disable-newlib-supplied-syscalls
--prefix=/devel/arch/raspberrypi/devkit