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

Unable to compile thingy 52 SDK v2.1.0

Followed steps in stated in read me still unable to compile thingy 52 sdk

  • Hi,

    Please find output of "rm --version" as follows:

    Microsoft Windows [Version 10.0.18363.1316]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\Users\SMET>rm --version
    'rm' is not recognized as an internal or external command,
    operable program or batch file.

    C:\Users\SMET>cd..

    C:\Users>d:

    D:\>cd D:\Megha\Nordic\Megha_Embedded_System\thingysdkv210\project\pca20020_s132\armgcc

    D:\Megha\Nordic\Megha_Embedded_System\thingysdkv210\project\pca20020_s132\armgcc>rm --version
    'rm' is not recognized as an internal or external command,
    operable program or batch file.

    Regards,

    Megha Choudhari

  • Hi,

    This means that you do not have the command line program "rm" installed on your computer, or it is installed but the file path for the rm executable (rm.exe) is not in the PATH environment variable.

    You can get rm for instance by installing Minimalist GNU for Windows (MinGW).

    Regards,
    Terje

  • Hi,

    I have already installed MinGW still not recognized "rm --version", so I have set it in the PATH environment variable and execute again "rm --version". Please find below attached result - 

    Microsoft Windows [Version 10.0.18363.1316]
    (c) 2019 Microsoft Corporation. All rights reserved.

    C:\Users\SMET>rm --version
    rm (GNU coreutils) 5.97
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software. You may redistribute copies of it under the terms of
    the GNU General Public License <www.gnu.org/.../gpl.html>.
    There is NO WARRANTY, to the extent permitted by law.

    Written by Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering.

    C:\Users\SMET>cd..

    C:\Users>d:

    D:\>cd D:\Megha\Nordic\Megha_Embedded_System\thingysdkv210\project\pca20020_s132\armgcc

    D:\Megha\Nordic\Megha_Embedded_System\thingysdkv210\project\pca20020_s132\armgcc>rm --version
    rm (GNU coreutils) 5.97
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software. You may redistribute copies of it under the terms of
    the GNU General Public License <www.gnu.org/.../gpl.html>.
    There is NO WARRANTY, to the extent permitted by law.

    Written by Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering.

    Regards,

    Megha Choudhari

  • Hi,

    With that now in order, you should be able to go back to building the project, with "make -j"?

    Regards,
    Terje

  • Hi,

    Have a nice day!!!!

    Thanks a lot. Able to build successfully.

    Once again thanks for your valuable time, looking forward for future support also.

    Regards,

    Megha Choudhari

Related