Howto prepare QTCreator for linux driver & kernel development

后端 未结 4 780
礼貌的吻别
礼貌的吻别 2020-12-13 11:44

i tried a few IDEs on linux to develop driver in C. QtCreator suits best for me. I need the IDE just for the intellisence (codecompletion, jump to functions on click.. etc.)

4条回答
  •  粉色の甜心
    2020-12-13 12:15

    I'm not allowed to comment, so I'll add a comment here to RedEyed's answer. I had to escape the quotes, otherwise I got an error message from the find command:

    SOURCES += $$system(find -L $$SRC_PROJECT_PATH -type f -name \"*.c\" -o -name \"*.S\" )
    

提交回复
热议问题