This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf_desktop SDK , import a SDK project

Hello. 

            When I try to import a project , it will show a error.  I can't build it .  Pleave view following info and help me about it . Thank you. 

import result

Harrison

BR!~

Parents
  • Hi,

    Are you using the Toolchain Manager?

    Could you try to install the SDK on the same harddrive (partition) as you have the Toolchain Manager installed on?

    If you are not using the Toolchain Manager, have you made any changes to the project or the SDK?

    Because the application builds just fine for me.

    Best regards,

    Didrik

  • Hi Didrk,

          Thank you for your reply.  I installed SDK with following Toolchain Mnager.  You mean it should be same partiton with "nRF Connect " software ?     It is strange,  I can import all projects except with LLPM support one ,  like " Nrf_desktop "and "nrf52840_gmouse_nrf52840" group.       

    BR!~

    Harrison

  • deysa said:
    You mean it should be same partiton with "nRF Connect " software ?

     Yes, that is what I meant. But I realise now that I confused your problem with a different one, so that is not necessary.

    What I have seen (although I have not yet been able to confirm it fully) is that you cannot have the application on one partition and the SDK and toolchain on another. Having nRF Connect for Desktop and the SKD, toolchain and application on different partitions works just fine. So please disregard my previous suggestion, and sorry for the confusion.


    The project builds just fine for me (also with the SDK on a different partition than nRF Connect for Desktop). Have you made any changes to the application or the SDK?

    Has the SDK been installed correctly? E.g. do you have the nrfxlib folder?

    In the Toolchain Manager, can you press the button to the right of the "Open IDE" button, with the arrow on it, and select "Open bash"?

    Then, if you navigate to the 'nrf' and 'nrfxlib' folders and enter 'git status', does it mention any changes?

Reply
  • deysa said:
    You mean it should be same partiton with "nRF Connect " software ?

     Yes, that is what I meant. But I realise now that I confused your problem with a different one, so that is not necessary.

    What I have seen (although I have not yet been able to confirm it fully) is that you cannot have the application on one partition and the SDK and toolchain on another. Having nRF Connect for Desktop and the SKD, toolchain and application on different partitions works just fine. So please disregard my previous suggestion, and sorry for the confusion.


    The project builds just fine for me (also with the SDK on a different partition than nRF Connect for Desktop). Have you made any changes to the application or the SDK?

    Has the SDK been installed correctly? E.g. do you have the nrfxlib folder?

    In the Toolchain Manager, can you press the button to the right of the "Open IDE" button, with the arrow on it, and select "Open bash"?

    Then, if you navigate to the 'nrf' and 'nrfxlib' folders and enter 'git status', does it mention any changes?

Children
Related