I have installed the IDE successfully. But what I created a new project and built it, the building couldn't finish. The progress was stalled at 55% with the log of "Building project... Invoking Command: make -j4 all"
I reinstalled the IDE, but the issue still existed.
Solved! Go to Solution.
Stanialav:
Thanks for your reply! I have found the reason and resolved the issue:
I ever installed S32DS for Power v1.0 in computor. Before I started to install v1.1, I uninstalled v1.0, but I forgot to remove the default workspace generated by v1.0. So when I use this directory as the default workspace of v1.1, the building can't finish. I have removed this directory and resolved the issue.
Hi William,
This is indeed weird issue. Is there any error message at the end or you have to terminate the process manually?
You can try to disable parallel build. What do you see in console now?
Could you possibly try to replace "make" build command with "echo"?
Regards,
Stan
Stanialav:
Thanks for your reply! I have found the reason and resolved the issue:
I ever installed S32DS for Power v1.0 in computor. Before I started to install v1.1, I uninstalled v1.0, but I forgot to remove the default workspace generated by v1.0. So when I use this directory as the default workspace of v1.1, the building can't finish. I have removed this directory and resolved the issue.
Thanks William for sharing the solution.
S.