Skip to main content
ALedi.1
Associate III
June 27, 2022
Solved

(5.Y.4) Errors since upgrade to 5.Y.4 when building project with Cube IDE (and error "ST Intranet updater server unknown" in Workbench code generation)

  • June 27, 2022
  • 4 replies
  • 1552 views

Hello, I recently moved to the new 5.Y.4 version of the SDK because I am using a custom PCB based on STSPIN32G4 with external OPAMP resistor network (external gain) and after hours of searching I found out that 5.Y.3 doesnt support OPAMP in standalone mode due to a bug which has apparently been fixed in 5.Y.4, but now that I moved to the new version and do the workbench project new from scratch and building the code, I get the error "ST Intranet updater server unknown" (I get this even with standard settings) and in CubeIDE there are also errors when building the project which are not linked to any certain .c or .h file, the error occurs in the linker block as it appears.

0693W00000NsoRMQAZ.png0693W00000NsoQxQAJ.pngany help is greatly appreciated.

This topic has been closed for replies.
Best answer by Fred V.

Hello,

There are two different points in your issue:

  • the "ST Intranet updater server unknown" error is coming from STM32CubeMx. It is currently being addressed but I do not know when this will be made available. Note that this issue is not a real one for MCSDK: Despite these errors, the project gets fully generated and should be OK.
  • The build issue you face comes from the presence of parenthesizes in the file path name: "C:\Users\***\(5.Y.4) Test\(5.Y.4) Test.ioc". STM32CubeIDE unfortunately fails to escape them correctly sometimes and they get interpreted by the underlying shell. This issue has been reported to the STM32CubeIDE team.

I hope it will help.

Best Regards,

Fred

4 replies

Andrew Neil
Super User
June 27, 2022

There seems to be a lot of posts reporting that message lately:

https://community.st.com/s/global-search/Intranet

@Imen DAHMEN​  @Laura C.​ - perhaps someone from ST could pull them all together?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
ALedi.1
ALedi.1Author
Associate III
June 28, 2022

the compiler error in cube IDE has been solved, the project name contained a parenthesis ( which caused an error.

Andrew Neil
Super User
June 28, 2022

@AL.8edig​ Please mark the solution so that others can see that it's solved:

0693W000008y9fZQAQ.png@AL.8edig​ 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Fred V.
Fred V.Best answer
ST Employee
June 28, 2022

Hello,

There are two different points in your issue:

  • the "ST Intranet updater server unknown" error is coming from STM32CubeMx. It is currently being addressed but I do not know when this will be made available. Note that this issue is not a real one for MCSDK: Despite these errors, the project gets fully generated and should be OK.
  • The build issue you face comes from the presence of parenthesizes in the file path name: "C:\Users\***\(5.Y.4) Test\(5.Y.4) Test.ioc". STM32CubeIDE unfortunately fails to escape them correctly sometimes and they get interpreted by the underlying shell. This issue has been reported to the STM32CubeIDE team.

I hope it will help.

Best Regards,

Fred

ALedi.1
ALedi.1Author
Associate III
June 28, 2022

thank you for the answer! just in the same moment I found the cause of the error too.