Build Failed due to Doxygen Path Issue?

EDIT: This issue was fixed with a simple reboot.

Hello,

When building the kernel for one of my projects, I’m getting and error saying:

[java] Error: Could not find or load main class Files\doxygen\bin;C:\Program

My other projects build fine, it’s just this one. I’ve attached some of the log to this post as well, which are hopefully legible.

I’ve tried both installing and uninstalling Doxygen from my machine, and removing the reference from my path. I don’t see a reference to Doxygen anywhere in my code, so I’m perplexed as to why it’s being referenced at all. Any advice would be welcome.

Thanks,

Mathew

Hi @makin,

Could you please tell us on which platform are you trying to build your kernel?

Thx,
Gaëtan

Hi Gaëtan,

I am using the SAME70 platform v1.0.0 with architecture 7.11 on a Windows Server 2012 R2 machine.

Small update:
After getting a more recent offline repository, I am no longer getting the path error asking about Doxygen. I am still getting an error in the platform step, however it is saying it can’t find or load main class files instead.

platform-launcher.spawn-jvm:
     [java] Error: Could not find or load main class Files

Hi…first, you don’t need to run cmake with sudo and you really shouldn’t build things using sudo either since it doesn’t need any root permissions. You will need sudo when you actually install the compiled programs the sudo make install step.