Sample application creation C++ support configuration

Hi,

We copied sample application from one machine to other and added the project in explorer in vscode

this project was having C++ functionalities 

these C++ configurations (attached in screenshots ) were enabled in the machine where this project was created

Settings which were enabled:

1. C++ support for the application (Image 1)

2. Link with STD C++ library (Image 1)

3. Enabling Newlib C library (Image 2)

after copying to another machine these configuration setting were not enabled,

can you please provide an input do we need to follow this experiment every time we copy this project ?

Thank you

Parents
  • Hi,

    after copying to another machine these configuration setting were not enabled,

    can you please provide an input do we need to follow this experiment every time we copy this project ?

    When you use menuconfig/guiconfig the changes are done within the build folder. To make persistent changes you need to do this in prj.conf instead. That is, simply set the configurations in prj.conf instead, or alternatively copy there after first experimenting with setting them in menuconfig/guiconfig.

Reply
  • Hi,

    after copying to another machine these configuration setting were not enabled,

    can you please provide an input do we need to follow this experiment every time we copy this project ?

    When you use menuconfig/guiconfig the changes are done within the build folder. To make persistent changes you need to do this in prj.conf instead. That is, simply set the configurations in prj.conf instead, or alternatively copy there after first experimenting with setting them in menuconfig/guiconfig.

Children
No Data
Related