From: Derrick M. <der...@gm...> - 2020-03-04 15:29:57
|
Thanks for the response. That's what I am seeing in my initial test, as I am getting undefined reference errors to std::cout during linking. On Wed, Mar 4, 2020 at 10:16 AM Tom Hughes <to...@co...> wrote: > > On 04/03/2020 14:46, Derrick McKee wrote: > > > Is it possible to write a tool using C++ instead of just C? > > In theory, maybe, but the problem you're going to have is that > you have no run time library support - no libstdc+++ and not even > any libc. So there are probably various things that need run time > support that just aren't going to work and you're not going to have > any of the normal library data structures and things. > > Tom > > -- > Tom Hughes (to...@co...) > http://compton.nu/ -- Derrick McKee Phone: (703) 957-9362 Email: der...@gm... |