Page 1 of 1

IDE support for ULP (RISCV) code

Posted: Tue Jul 09, 2024 12:19 pm
by fonsete
Hi,

I am developing ULP code (RISCV) in particular and IDE support (CLion in my case) doesn't work.


I get a "This file does not belong to any project target" error:
Screenshot 2024-07-09 at 14.17.42.png
Screenshot 2024-07-09 at 14.17.42.png (106.38 KiB) Viewed 493 times
How do you guys develop your ULP code? Do you simply give up symbol tracking and refactorings?

Re: IDE support for ULP (RISCV) code

Posted: Tue Jul 23, 2024 11:24 am
by fonsete
The problem seems to be that the ULP code is added by ExternalProject_Add and CLion doesn't support it yet:

https://youtrack.jetbrains.com/issue/CP ... ProjectAdd