Skip to main content
123456dad
Associate II
October 10, 2023
Solved

Why i build project error when using CubeIDE13.2 with X-Cube-AI 8.1

  • October 10, 2023
  • 1 reply
  • 1677 views

123456dad_0-1696922390894.png

 

This topic has been closed for replies.
Best answer by KDJEM.1

Hello @123456dad and welcome to the community :),

I think you have the same issue shared in this post

Please try to use this workaround:

Go to Windows > Preferences
Open the tab Error Parsers into C/C++ > Build > Settings
Select GNU Linker Error Parser, double click on the pattern for the 1st severity Ignore
Changer :
(.*?):?(\(\.[^\s+]+\+.*\))?:\s*(In function [`'"](.*)['"]:)
to :
(.*?):?(\(\.[^\s+]+\+.*\))?:\s*([Ii]n function [`'"](.*)['"]:)

Please let me know if the issue is solved.

Thank you.

Kaouthar.

1 reply

KDJEM.1
KDJEM.1Best answer
Technical Moderator
October 10, 2023

Hello @123456dad and welcome to the community :),

I think you have the same issue shared in this post

Please try to use this workaround:

Go to Windows > Preferences
Open the tab Error Parsers into C/C++ > Build > Settings
Select GNU Linker Error Parser, double click on the pattern for the 1st severity Ignore
Changer :
(.*?):?(\(\.[^\s+]+\+.*\))?:\s*(In function [`'"](.*)['"]:)
to :
(.*?):?(\(\.[^\s+]+\+.*\))?:\s*([Ii]n function [`'"](.*)['"]:)

Please let me know if the issue is solved.

Thank you.

Kaouthar.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
123456dad
123456dadAuthor
Associate II
October 10, 2023

The issue is solved, thank you!!