Re: [Qemu-devel] Qemu c++ build question

2018-01-16 Thread Ancuta, Cristian
e two isolated, rather than mess around with the build system since that looks like it's going nowhere. Regards, Cristi -Original Message- From: Liviu Ionescu [mailto:i...@livius.net] Sent: Wednesday, January 17, 2018 3:37 AM To: Ancuta, Cristian Cc: qemu-devel@nongnu.org Subject: Re:

Re: [Qemu-devel] Qemu c++ build question

2018-01-16 Thread Liviu Ionescu
> On 17 Jan 2018, at 03:14, Ancuta, Cristian wrote: > > I'm currently working on implementing an emulation target in QEMU and the > implementation is in C++. it might not be the answer you expect, but last time I tried to do a similar thing I encountered a problem that prevented the direct C

[Qemu-devel] Qemu c++ build question

2018-01-16 Thread Ancuta, Cristian
I'm not sure this is the right way to ask this question - and I appollogize if it isn't - but here goes: I'm currently working on implementing an emulation target in QEMU and the implementation is in C++. I have the file qemu/target/mytarget/translate.cpp from which I #include and osdep.h inc