xcc-project
xcc-project copied to clipboard
interested in adding risc-v as target
why the project is not set up such that it can be easily imported into IntelliJ for Java development?
xcc-project leverages CMake build system to generate some target-dependent source files, which makes it is hard to add IntelliJ project configuration file. However, it is easy for you to use IntelliJ by following steps below.
- git clone and build project with CMake as stated in readme.md
- import project to IntelliJ and configure the correct source directory and output directory. Note that java, external, and generated target-dependent directory, e.g., ARM placed under output directory, of project should be configured as source directory.