This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
just some printf without OS, without malloc
- From: Florent DEFAY <spira dot inhabitant at gmail dot com>
- To: newlib at sources dot redhat dot com
- Date: Tue, 2 Jun 2009 09:13:59 +0200
- Subject: just some printf without OS, without malloc
Hi,
I am working on a new port for an embedded 16-bit target.
There is no OS. All I want to do is some printf into a console.
I would like to know which stubs I should implement. I also wonder if
I should implement a malloc and where. I wish I could avoid malloc, I
am looking for the simplest way.
Regards.
Florent