On Mon, Feb 17, 2020 at 11:01:21AM +0100, Victor Huertas wrote: > Hi all, > > I am using DPDK development environment to develop an application from > which I have to access C++ code. > I managed to modify some internal mk files in the dpdk-stable repository to > allow g++ compiler to be supported. > > I have all the modified files well identified and I wonder if the support > team is interested to add this toolchain in future DPDK releases. > > Regards > > -- > Victor > Ostensibly, if you have g++, you have gcc, and theres not much more that needs to be done here. You should just be able to wrap all your application includes in an extern C {} construct, and that should be it.
Neil