Program "g++" not found in PATH, Porgram"gcc" not found in PATH

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
AnSh_4727841
Level 1
Level 1

I get the above errors when I try to build a make target.

0 Likes
1 Solution

Here's a community thread talking about adding C++ support in WICED: Compile a C++ file

But please be advised, if you are trying to integrate C++ in WICED in which the code uses a C compiler, it may cause some compilation issues as there maybe a clash between the files Especially, when you mix different header (stdc and c++) types that is different C libraries and a c++ application.

View solution in original post

3 Replies
Murali_R
Moderator
Moderator
Moderator
250 sign-ins 250 replies posted 100 solutions authored

Hello AnSh_4727841

Are you trying to add support for C++ ?

Which is the SDK that you are using?

Thanks

I am using WICED SDK.

0 Likes

Here's a community thread talking about adding C++ support in WICED: Compile a C++ file

But please be advised, if you are trying to integrate C++ in WICED in which the code uses a C compiler, it may cause some compilation issues as there maybe a clash between the files Especially, when you mix different header (stdc and c++) types that is different C libraries and a c++ application.