How to create CMakeList for xv6-riscv operation system from Makefile?

已回答

I want to create CMakeList.txt for CLion IDE for the current changed xv6-ricv operation system project:
https://github.com/mit-pdos/xv6-riscv

I tried without success.
Is there a way for CLion or another thirds party software will create it for me?
Or there is such one that already exists?

Makefile: 
https://github.com/mit-pdos/xv6-riscv/blob/riscv/Makefile

I wish I have a time to deal with the conversion from Makefile to CMakeList but because I am student and I have a lot of homework to be submitting soon.

Because without that CLion can't recognize the structure of the project and a lot of features can't be used as a result.

Every help are welcome.
Thanks in advance.

0
So do you have Idea why when I am using Makefile to build my project, Still I can't jump between one struct on another file from a local file? (Attached Image below) And it's not have to be a struct type var, it can be a function or anything else. I just feel something In my configuration isn't right. By the way the project I try to configure In CLion Is the current xv6 Operating System:
If there is any video or online support to help me configure the project correctly, I will be graceful. 

 

 

0

following this, I need this as well

0

请先登录再写评论。