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

New nRF9160 DK, and I'm unable to create the build environment and open the application sample in Segger.

I followed the issues from https://devzone.nordicsemi.com/f/nordic-q-a/54149/error-by-loading-solution-on-ses, which fixed the zephyr script issues, but was seeing the same problems at the end of this discussion.

I installed branch v1.1, as per the suggestion.  I re-ran the zephyr install script, which completed.  However, I'm seeing multiple errors running the script:

pip3 install --user -r nrf/scripts/requirements.txt.  I'll list the error log below.

Also, if I quit SES, I have to re-install the license when re-opening every time.

Error log:

...

  running build_ext
  generating cffi module 'build/temp.macosx-10.14-x86_64-3.7/pygit2._libgit2.c'
  creating build/temp.macosx-10.14-x86_64-3.7
  building '_pygit2' extension
  creating build/temp.macosx-10.14-x86_64-3.7/src
  xcrun -sdk macosx clang -arch x86_64 -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Headers -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/include/python3.7m -c src/blob.c -o build/temp.macosx-10.14-x86_64-3.7/src/blob.o
  In file included from src/blob.c:30:
  src/blob.h:33:10: fatal error: 'git2.h' file not found
  #include <git2.h>
           ^~~~~~~~
  1 error generated.
  error: command 'xcrun' failed with exit status 1

  ----------------------------------------
  Failed building wheel for pygit2
  Running setup.py clean for pygit2
Failed to build pygit2
Installing collected packages: pygit2, editdistance
  Running setup.py install for pygit2 ... error
    Complete output from command /Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-record-v0_pt61e/install-record.txt --single-version-externally-managed --compile --user --prefix=:

...

    running build_ext
    generating cffi module 'build/temp.macosx-10.14-x86_64-3.7/pygit2._libgit2.c'
    creating build/temp.macosx-10.14-x86_64-3.7
    building '_pygit2' extension
    creating build/temp.macosx-10.14-x86_64-3.7/src
    xcrun -sdk macosx clang -arch x86_64 -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -iwithsysroot/System/Library/Frameworks/System.framework/PrivateHeaders -iwithsysroot/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Headers -I/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/include/python3.7m -c src/blob.c -o build/temp.macosx-10.14-x86_64-3.7/src/blob.o
    In file included from src/blob.c:30:
    src/blob.h:33:10: fatal error: 'git2.h' file not found
    #include <git2.h>
             ^~~~~~~~
    1 error generated.
    error: command 'xcrun' failed with exit status 1

    ----------------------------------------
Command "/Applications/Xcode.app/Contents/Developer/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-record-v0_pt61e/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /private/var/folders/6r/p1bv4mfn75x0p0zlx97l0l800000gn/T/pip-install-c0zxbftl/pygit2/
You are using pip version 19.0.3, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Thanks in advance,

--jeff

  • I followed your link, which took me to the page for installing the two tools on a unix system.  I found a link for installing on macOS, which involved installing libgit2, then pygit2.  The first step worked fine:

    brew install libgit2

    The second step, for installing pygit2 with:

    pip3 install pygit2

    leads to an error:

        Installing collected packages: pygit2
        Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7'
        Consider using the `--user` option or check the permissions.

    Python 3.7 is not installed on my system, although Python 2.7 was installed as part of the multi-step process of installing the tools for your product.

    Any other guesses on how to install the tools on my system, which is running macOS Catalina 10.15.1?

    I get that this is a very new product, and that we're on the bleeding edge, here.  But, this is one of the worst out of the box experiences I've had in 35 years of programming.  We have customers that want to purchase your products, assuming we can integrate our software solution.  First, it would be great to be able to build the sample code from your SDK.

    Also, let's not lose track of the license key that has to be re-installed every time I open the newer version of SES.  I've been using the SEGGER Embedded Studio for ARM 4.18 with our nRF52840 DK and Dongles.  It was necessary to install the SEGGER Embedded Studio for ARM 4.20a, since the previous version did not have the Open nRF Connect SDK Project menu item.  I currently have both installed, and likely there's a conflict.  Will one version suffice for both development efforts?

    If you have a macOS system, I'd be happy starting over with the installation process if there was an accurate set of steps that would solve these issues.

    Thanks, again.

    --jeff

  • Just on a whim, I tried again to run the "pip3 install --user -r nrf/scripts/requirements.txt" command -- which succeeded!  In the process, it install pygit2.  The third pip3 installation also worked.  That's the good news.

    However, after launching SES 4.20a (and acquiring and installing yet another free license), Open nRF Connect SDK Project failed again.  The error list is quite long:

    and then:

    So, still no luck opening the samples.

    --jeff

  • Here is the error log from SES:

    Loading solution asset_tracker.emProject
    Executing load commands
    /usr/local/bin/cmake -GNinja -DBOARD=nrf9160_pca10090ns -DBOARD_DIR=/Volumes/SilentOne/Nordic/ncs/zephyr/boards/arm/nrf9160_pca10090 -DZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb -DGNUARMEMB_TOOLCHAIN_PATH=/opt/gnuarmemb -B/Volumes/SilentOne/Nordic/ncs/nrf/applications/asset_tracker/build_nrf9160_pca10090ns -H/Volumes/SilentOne/Nordic/ncs/nrf/applications/asset_tracker -DPYTHON_EXECUTABLE=/usr/local/bin/python3 -DCMAKE_MAKE_PROGRAM=/usr/local/bin/ninja -DDTC=/usr/local/bin/dtc -D WEST=~/Library/Python/3.7/bin/west -DEXTRA_KCONFIG_TARGETS=menuconfig_ses -DEXTRA_KCONFIG_TARGET_COMMAND_FOR_menuconfig_ses=/Applications/arm_segger_embedded_studio_v420a_macos_x64_nordic/html/configure_nordic_project_menuconfig.py
    -- Using application from '/Volumes/SilentOne/Nordic/ncs/nrf/applications/asset_tracker'
    Zephyr version: 1.14.99
    -- Selected BOARD nrf9160_pca10090ns
    -- Found west: /Users/jeffkase/Library/Python/3.7/bin/west (found suitable version "0.6.3", minimum required is "0.5.6")
    CMake Error at /Volumes/SilentOne/Nordic/ncs/zephyr/cmake/zephyr_module.cmake:45 (message):
      Traceback (most recent call last):
    
        File "/Volumes/SilentOne/Nordic/ncs/zephyr/scripts/zephyr_module.py", line 19, in 
          import pykwalify.core
        File "/Users/jeffkase/Library/Python/3.7/lib/python/site-packages/pykwalify/core.py", line 25, in 
          from dateutil.parser import parse
        File "/Users/jeffkase/Library/Python/3.7/lib/python/site-packages/dateutil/parser/__init__.py", line 2, in 
          from ._parser import parse, parser, parserinfo, ParserError
        File "/Users/jeffkase/Library/Python/3.7/lib/python/site-packages/dateutil/parser/_parser.py", line 42, in 
          import six
    
      ModuleNotFoundError: No module named 'six'
    
    Call Stack (most recent call first):
      /Volumes/SilentOne/Nordic/ncs/zephyr/cmake/app/boilerplate.cmake:252 (include)
      CMakeLists.txt:11 (include)
    
    
    -- Configuring incomplete, errors occurred!
    Project load failed
    Reported error: solution load command failed (1)
    
  • Open the command line in <..>/ncs/nrf and type in these commands:

    git checkout master
    
    git pull
    
    git checkout v1.1.0
    
    west update

    Then delete the build folder and try to build the example again.

    Best regards,

    Simon

Related