Hello Segger emWIN Team,
I ported a perfectly working program from SeggerEval_WIN32_MSVC_MinGW_GUI_V532 to SeggerEval_WIN32_MSVC_MinGW_GUI_V624 and I'm getting errors related to the math.h header file, per attached:
Clearly the compiler cannot find the standard math functions "_cos" and "_abs" and many others functions from other ".h" files because I'm also getting the same error for _calloc and _atoi. Within my solution ( for SeggerEval_WIN32_MSVC_MinGW_GUI_V624) in Visual Studio, when I looked in the "External Dependencies" the math.h and SIM.h and other ".h" files are not there but are present in in MinGW_GUI_V532 and MinGW_GUI_V610. Not sure what happened in V624? How do I fix this please?
Thansk
Sebastien
I ported a perfectly working program from SeggerEval_WIN32_MSVC_MinGW_GUI_V532 to SeggerEval_WIN32_MSVC_MinGW_GUI_V624 and I'm getting errors related to the math.h header file, per attached:
Clearly the compiler cannot find the standard math functions "_cos" and "_abs" and many others functions from other ".h" files because I'm also getting the same error for _calloc and _atoi. Within my solution ( for SeggerEval_WIN32_MSVC_MinGW_GUI_V624) in Visual Studio, when I looked in the "External Dependencies" the math.h and SIM.h and other ".h" files are not there but are present in in MinGW_GUI_V532 and MinGW_GUI_V610. Not sure what happened in V624? How do I fix this please?
Thansk
Sebastien