My question is how can i make an existing lpcopen project that is a c project to a c++ project so that i can add an external c++ library with ease.
In an existing lpcopen project i changed the libs form redlib to newlib and that worked fine.
Can i use the c++ compiler (arm-none-eabi-c++) that lpcxpresso uses for c++ lpcopen projects when you create a new one to an existing lpcopen project?
I tried to do so but errors occur.
Once again my case is that i want to import an c++ library to an existing lpcopen project. For previous answers i understood that changing existing lpcopen c project to c++ would be the most efficient way to add a c++ library.
It would be very helpful if you could share what steps do i need to achieve this.
1. Change all projects that are involved to newlib (chip and board also)
2. Use c++ compiler to an existing lpcopen project and make this c project to c++ ???????
3. ?????
[EDIT] I also checked the eclipse feature of converting a c project to c++ but in LPCxpresso isn't feasible.
Your answers most time are swift and background prerequisites are needed.
Thanks in advance