Compiler Error 42
"operand types are incompatible ("char *" and "char")" in file "..."
This error message means you are mixing pointers and values incorrectly. Check your code and see if you should be using an & somewhere, or use arrays differently.
Operating system
Development tools
Security and connectivity
Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.
"operand types are incompatible ("char *" and "char")" in file "..."
This error message means you are mixing pointers and values incorrectly. Check your code and see if you should be using an & somewhere, or use arrays differently.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.