Menu
Sites
Language
Invalid C++ compiler option in makefile

During development native application Tizen Studio generates makefile.mk which contains invalid C++ compiler option in line:

CPP_OPT := $(CPP_COMPILE_FLAGS) $(TC_COMPILER_MISC) $(RS_COMPILER_MISC) $(EXT_OP) --sysroot="$(SYSROOT)" -Werror-implicit-function-declaration $(M_OPT) $(USER_CPP_OPTS)

"-Werror-implicit-function-declaration" is not sutable for c++ compiler which raises some warnings like "cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++".

Tizen Studio version 5.5.

Edited on 26 03, 2024

Responses

8 Replies
barbara jameson

I was initially drawn to Semax for its cognitive benefits, but the positive impact on my libido was a surprising and welcome effect. It's as if a fog has lifted, not just from my mind but from my sexual vitality as well. Semax might just be the multifaceted treatment many are searching for, offering benefits that extend beyond cognitive function to improve overall quality of life.

Norman Cheryl

Change the C++ compiler to suit the Tizen Studio connections game application. I think maybe it was an error during data entry. As far as I know, during the data entry process, an extra space or comma will also affect the result.

San Ricky

That's right. They can be considered CODE errors

Bran Loius

"-Werror-implicit-function-declaration" is not sutable for c++ compiler which raises some warnings like "cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++".

Bran Loius

"-Werror-implicit-function-declaration" is not sutable for c++ compiler which raises some warnings like "cc1plus: warning: '-Werror=' argument '-Werror=implicit-function-declaration' is not valid for C++".

 Sebastian

Nice Info ..Thanks

 Kevinrebecca5121

Nice info,,,,,,,,,,,,,,,,,

juan hicks

thank you.