xcc-project icon indicating copy to clipboard operation
xcc-project copied to clipboard

interested in adding risc-v as target

Open chakpongchung opened this issue 3 years ago • 1 comments

why the project is not set up such that it can be easily imported into IntelliJ for Java development?

chakpongchung avatar Jul 12 '21 02:07 chakpongchung

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.

  1. git clone and build project with CMake as stated in readme.md
  2. 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.

JianpingZeng avatar Jul 16 '21 02:07 JianpingZeng