PROS Issue with C++ anyone know a fix?

I should also mention that to format inline code, you use ``; whatever you put in it will look like this. To format multi-line code, use ``` on their own line, on the following lines your code, and after the last line three more back ticks.

Your post would look like this

sorry about that, it comes from the file “c_cpp_properties.json” where I recently had to download “/opt/homebrew/bin/arm-none-eabi-gcc” through home-brew on (m1 Macboook pro just for cpu info) . and this is what’s in the file:

{
“configurations”: [
{
“name”: “Mac”,
“includePath”: [
“ 
workspaceFolder/∗∗"],"defines":[],"macFrameworkPath":[],"compilerPath":"/opt
 {workspaceFolder}/compile_commands.json”
}
],
“version”: 4
}

and it tells me that

In file included from /Applications/ARM/arm-none-eabi/include/c++/11.2.1/bits/specfun.h:46,
from /Applications/ARM/arm-none-eabi/include/c++/11.2.1/cmath:1935,
from ./include/api.h:24,
from ./include/main.h:37,
from src/22204V/zooms_auton_helper_functions.cpp:1:
/Applications/ARM/arm-none-eabi/include/c++/11.2.1/limits:1673:7: internal compiler error: Illegal instruction: 4
1673 | min() _GLIBCXX_USE_NOEXCEPT { return FLT_MIN; }
| ^~~
Please submit a full bug report,
with preprocessed source if appropriate.
See https://bugs.linaro.org/ for instructions.

But when I said

What I wanted to know was something like

  • What is your code?
  • What are you trying to do?
  • What part of your code has an error?

So again, please read this post on writing help-able posts and add information accordingly.