Hi Jared,

I successfully build and flash the blinky sample code into the feather board.

While I was testing the agps sample code got some error on cmd due to Kconfing files. Do I need to edit Kconfig file?

Error is listed below:
error: Aborting due to Kconfig warnings

CMake Error at C:/Users/rahul/ncs/v1.3.1/zephyr/cmake/kconfig.cmake:217 (message):
command failed with return code: 1
Call Stack (most recent call first):
C:/Users/rahul/ncs/v1.3.1/zephyr/cmake/app/boilerplate.cmake:506 (include)
C:/Users/rahul/ncs/v1.3.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
C:/Users/rahul/ncs/v1.3.1/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:9 (find_package)

– Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: ‘C:\Users\rahul\ncs\v1.3.1\toolchain\opt\bin\cmake.EXE’ ‘-BC:\Users\rahul\ncs\v1.3.1\nrf\samples\nrf9160\agps\build’ ‘-SC:\Users\rahul\ncs\v1.3.1\nrf\samples\nrf9160\agps’ -GNinja -DBOARD=circuitdojo_feather_nrf9160ns

If there are any changes need to be done in the Kconfig file?

    RKidecha this appears to be the same error that you were having earlier. What’s the version of ‘cmake’ you’re running? I’ll need the full log and the CMake log from the build folder to help better diagnose the problem.

    My best suggestion, if nothing else, is to review the documentation to ensure that you have the most up to date instructions. They have changed a few times over the past 2 weeks.

      I think at one time I might have also had this same issue. If you are on Windows I found that I had to close all my applications and reboot my computer. When I started the process over after re-booting if the issue I had was the same as yours just went away. You may want to give this a try.

      jaredwolff

      I have not changed anything while building the process. The nordic person told me to open CMD from the toolchain Manager.

      It set the environmental variable directly. I did the same while building the agps code but I got the error.

      If I am using the same process to build the agps code it should work the same right. to cross-check I again tried to build blinky code and it went well but agps did not.

      and while building the code it generates an error due to this it is not generating the log files

        RKidecha in order to help you I’ll need to see logs or a full terminal output (all the logs no screenshots). If you’re using the SDK manager, you’re not going to get the same results as my instructions. You either have to follow my install instructions or continue working with Nordic on your setup.

        Hi Jared,

        Thank you for your reply, Jared.

        I contacted the nordic community to solve the error while building the project in the west. Because they also use the same process to build the project.

        I build and flash the blinky code into feather using the west command as you have shown in your documentation and if worked fine but when I tried to build and flash the agps code I got the error which I already posted at the begining.

        Let me try one more time and if I get the error will post here.

        I really appreciate your effort to help me out with my queries.

        Thanks and Regards,
        Rahul Kidecha

        Terms and Conditions | Privacy Policy