S32DS报错:fatal error - cygheap base mismatch detected - 0x12D5408/0x12F5408.
·

- Open project properties in S32DS.
- Presently this needs to be done for all projects that are affected (which is anything built in S32DS managed make context).
- Expand C/C++ Build and select Environment.
- Select the PATH variable and click the Edit... button.
- Pre-pend the path to external directory (outside of S32DS installation) containing make.exe, for example I installed a separate instance of msys64 which includes make.exe at the default path of: C:\msys64\usr\bin.

- Click OK then Apply and Close.
- Attempt to repeat the build or clean operation and it should now work.
- my path is C:\Software\msys64\usr\bin;
更多推荐


所有评论(0)