



Does the or32 GNU toolchain supporting C++?
by cmosa on Dec 7, 2012 |
cmosa
Posts: 3 Joined: Jun 10, 2008 Last seen: May 30, 2024 |
||
Hi, all!
There are two kinds of toolchain for or32, one is or32-elf with newlib for bare metal and the other is or32-linux with uClibc. Does the or32-elf GNU toolchain support C++? And how about the or32-linux? Thanks! |
RE: Does the or32 GNU toolchain supporting C++?
by jeremybennett on Dec 7, 2012 |
jeremybennett
Posts: 815 Joined: May 29, 2008 Last seen: Jun 13, 2019 |
||
Hi cmosa Both tool chains support C++. Best wishes, Jeremy
-- |
RE: Does the or32 GNU toolchain supporting C++?
by wachag on Dec 17, 2012 |
wachag
Posts: 6 Joined: Feb 3, 2010 Last seen: Oct 12, 2013 |
||
Yes, it works. I've compiled the SystemC simulation kernel (which is written in C++) with or32-linux-g++ (for no reasons at all), and it is OK.
|



