Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Lots of "No such file or directory" errors when "make -j all" command is used

Hi everyone,

I am new to nRF52833, and trying to learn it with some tutorials. I am following this tutorial.

You can download my "examples" file from here. You should put it under "examples" folder.

I am attaching the errors when I execute "make -j all" command under the directory of "...pca10100\s140\armgcc"

Also, I give some details below.

DK: nRF52833-DK

pca number: pca10100

SDK: NRF5_SDK_15.0.0


These are the errors I get:

PS C:\Users\alper\Desktop\nRF5_SDK\nRF5_SDK_15.0.0\nRF5_SDK_15.0.0_a53641a_s140\nRF5_SDK_15.0.0_a53641a\examples\my_projects\nrf52-ble-tutorial-advertising-copy2\pca10100\s140\armgcc> make -j all
Makefile:297: Cannot find source file: ../../../../../../modules/nrfx/mdk/gcc_startup_nrf52833.S
Makefile:297: Cannot find source file: ../../../../../../modules/nrfx/mdk/system_nrf52833.c
Assembling file: gcc_startup_nrf52833.S
Compiling file: nrf_log_backend_rtt.c
Compiling file: nrf_log_backend_serial.c
arm-none-eabi-gcc.exe:Compiling file: nrf_log_backend_uart.c
error: ../../../../../../modules/nrfx/mdk/gcc_startup_nrf52833.S: No such file or directory
arm-none-eabi-gcc.exe: fatal error: no input files
compiarm-none-eabi-gcc.exe:la t oerror: n ../../../../../../components/libraries/experimental_log/src/nrf_log_backend_rtt.c: No such file or directory
tCompiling file: nrf_log_default_backends.cer
minated.
arm-none-eabi-gcc.exe: fatal error: no input files
compilation terminated.
arm-none-eabi-gcc.exe: error: ../../../../../../components/libraries/experimental_log/src/nrf_log_backend_serial.c: No such file or directory
arm-none-eabi-gcc.exe:make: *** [../../../../../../components/toolchain/gcc/Makefile.common:280: _build/nrf52833_xxaa/gcc_startup_nrf52833.S.o] Error 1
 fatal error: make: *** Waiting for unfinished jobs....
make: *** [../../../../../../components/toolchain/gcc/Makefile.common:272: _build/nrf52833_xxaa/nrf_log_backend_rtt.c.o] Error 1  
no input files
compilation terminated.
arm-none-eabi-gcc.exe: error: ../../../../../../components/libraries/experimental_log/src/nrf_log_backend_uart.c: No such file or directory
arm-none-eabi-gcc.exe: fatal error: no input files
compilation terminated.
arm-none-eabi-gcc.exe: error: ../../../../../../components/libraries/experimental_log/src/nrf_log_default_backends.c: No such file or directory
make: *** [../../../../../../components/toolchain/gcc/Makefile.common:272: _build/nrf52833_xxaa/nrf_log_backend_serial.c.o] Error 1
arm-none-eabi-gcc.exe: fatal error: no input files
compilation terminated.
make: *** [../../../../../../components/toolchain/gcc/Makefile.common:272: _build/nrf52833_xxaa/nrf_log_backend_uart.c.o] Error 1
make: *** [../../../../../../components/toolchain/gcc/Makefile.common:272: _build/nrf52833_xxaa/nrf_log_default_backends.c.o] Error 1

If you want some other details, I can share with you.

Thanks,

Omer

Parents
  • Edit: Also, these are the problems appearing in my "main.c" file:

    [{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 113,
    	"startColumn": 1,
    	"endLineNumber": 113,
    	"endColumn": 17
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 114,
    	"startColumn": 1,
    	"endLineNumber": 114,
    	"endColumn": 16
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 115,
    	"startColumn": 1,
    	"endLineNumber": 115,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint8_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 142,
    	"startColumn": 51,
    	"endLineNumber": 142,
    	"endColumn": 58
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 198,
    	"startColumn": 17,
    	"endLineNumber": 198,
    	"endColumn": 32
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 210,
    	"startColumn": 13,
    	"endLineNumber": 210,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 216,
    	"startColumn": 13,
    	"endLineNumber": 216,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 222,
    	"startColumn": 13,
    	"endLineNumber": 222,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 228,
    	"startColumn": 13,
    	"endLineNumber": 228,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 253,
    	"startColumn": 5,
    	"endLineNumber": 253,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint8_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 272,
    	"startColumn": 50,
    	"endLineNumber": 272,
    	"endColumn": 57
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 274,
    	"startColumn": 5,
    	"endLineNumber": 274,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 288,
    	"startColumn": 5,
    	"endLineNumber": 288,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 297,
    	"startColumn": 5,
    	"endLineNumber": 297,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 308,
    	"startColumn": 35,
    	"endLineNumber": 308,
    	"endColumn": 43
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 326,
    	"startColumn": 5,
    	"endLineNumber": 326,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 348,
    	"startColumn": 9,
    	"endLineNumber": 348,
    	"endColumn": 24
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 357,
    	"startColumn": 39,
    	"endLineNumber": 357,
    	"endColumn": 47
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 382,
    	"startColumn": 5,
    	"endLineNumber": 382,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 397,
    	"startColumn": 5,
    	"endLineNumber": 397,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 401,
    	"startColumn": 5,
    	"endLineNumber": 401,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 405,
    	"startColumn": 5,
    	"endLineNumber": 405,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 424,
    	"startColumn": 13,
    	"endLineNumber": 424,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 456,
    	"startColumn": 13,
    	"endLineNumber": 456,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 459,
    	"startColumn": 13,
    	"endLineNumber": 459,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 471,
    	"startColumn": 13,
    	"endLineNumber": 471,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 479,
    	"startColumn": 13,
    	"endLineNumber": 479,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 487,
    	"startColumn": 13,
    	"endLineNumber": 487,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 506,
    	"startColumn": 5,
    	"endLineNumber": 506,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "65",
    	"severity": 8,
    	"message": "expected a ';'",
    	"source": "C/C++",
    	"startLineNumber": 510,
    	"startColumn": 14,
    	"endLineNumber": 510,
    	"endColumn": 23
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "20",
    	"severity": 8,
    	"message": "identifier \"ram_start\" is undefined",
    	"source": "C/C++",
    	"startLineNumber": 511,
    	"startColumn": 67,
    	"endLineNumber": 511,
    	"endColumn": 76
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 512,
    	"startColumn": 5,
    	"endLineNumber": 512,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 516,
    	"startColumn": 5,
    	"endLineNumber": 516,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 519,
    	"startColumn": 5,
    	"endLineNumber": 519,
    	"endColumn": 25
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 531,
    	"startColumn": 5,
    	"endLineNumber": 531,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 550,
    	"startColumn": 5,
    	"endLineNumber": 550,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 553,
    	"startColumn": 5,
    	"endLineNumber": 553,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 566,
    	"startColumn": 5,
    	"endLineNumber": 566,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 589,
    	"startColumn": 17,
    	"endLineNumber": 589,
    	"endColumn": 32
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 599,
    	"startColumn": 21,
    	"endLineNumber": 599,
    	"endColumn": 36
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 632,
    	"startColumn": 5,
    	"endLineNumber": 632,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 648,
    	"startColumn": 5,
    	"endLineNumber": 648,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 651,
    	"startColumn": 5,
    	"endLineNumber": 651,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 662,
    	"startColumn": 5,
    	"endLineNumber": 662,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 674,
    	"startColumn": 5,
    	"endLineNumber": 674,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 704,
    	"startColumn": 9,
    	"endLineNumber": 704,
    	"endColumn": 24
    }]

Reply
  • Edit: Also, these are the problems appearing in my "main.c" file:

    [{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 113,
    	"startColumn": 1,
    	"endLineNumber": 113,
    	"endColumn": 17
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 114,
    	"startColumn": 1,
    	"endLineNumber": 114,
    	"endColumn": 16
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 115,
    	"startColumn": 1,
    	"endLineNumber": 115,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint8_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 142,
    	"startColumn": 51,
    	"endLineNumber": 142,
    	"endColumn": 58
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 198,
    	"startColumn": 17,
    	"endLineNumber": 198,
    	"endColumn": 32
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 210,
    	"startColumn": 13,
    	"endLineNumber": 210,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 216,
    	"startColumn": 13,
    	"endLineNumber": 216,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 222,
    	"startColumn": 13,
    	"endLineNumber": 222,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 228,
    	"startColumn": 13,
    	"endLineNumber": 228,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 253,
    	"startColumn": 5,
    	"endLineNumber": 253,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint8_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 272,
    	"startColumn": 50,
    	"endLineNumber": 272,
    	"endColumn": 57
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 274,
    	"startColumn": 5,
    	"endLineNumber": 274,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 288,
    	"startColumn": 5,
    	"endLineNumber": 288,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 297,
    	"startColumn": 5,
    	"endLineNumber": 297,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 308,
    	"startColumn": 35,
    	"endLineNumber": 308,
    	"endColumn": 43
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 326,
    	"startColumn": 5,
    	"endLineNumber": 326,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 348,
    	"startColumn": 9,
    	"endLineNumber": 348,
    	"endColumn": 24
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 357,
    	"startColumn": 39,
    	"endLineNumber": 357,
    	"endColumn": 47
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 382,
    	"startColumn": 5,
    	"endLineNumber": 382,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 397,
    	"startColumn": 5,
    	"endLineNumber": 397,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 401,
    	"startColumn": 5,
    	"endLineNumber": 401,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 405,
    	"startColumn": 5,
    	"endLineNumber": 405,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 424,
    	"startColumn": 13,
    	"endLineNumber": 424,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 456,
    	"startColumn": 13,
    	"endLineNumber": 456,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 459,
    	"startColumn": 13,
    	"endLineNumber": 459,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 471,
    	"startColumn": 13,
    	"endLineNumber": 471,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 479,
    	"startColumn": 13,
    	"endLineNumber": 479,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 487,
    	"startColumn": 13,
    	"endLineNumber": 487,
    	"endColumn": 28
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 506,
    	"startColumn": 5,
    	"endLineNumber": 506,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "65",
    	"severity": 8,
    	"message": "expected a ';'",
    	"source": "C/C++",
    	"startLineNumber": 510,
    	"startColumn": 14,
    	"endLineNumber": 510,
    	"endColumn": 23
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "20",
    	"severity": 8,
    	"message": "identifier \"ram_start\" is undefined",
    	"source": "C/C++",
    	"startLineNumber": 511,
    	"startColumn": 67,
    	"endLineNumber": 511,
    	"endColumn": 76
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 512,
    	"startColumn": 5,
    	"endLineNumber": 512,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 516,
    	"startColumn": 5,
    	"endLineNumber": 516,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "1574",
    	"severity": 8,
    	"message": "static assertion failed with \"NRF_SDH_BLE_ENABLED not set!\"",
    	"source": "C/C++",
    	"startLineNumber": 519,
    	"startColumn": 5,
    	"endLineNumber": 519,
    	"endColumn": 25
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 531,
    	"startColumn": 5,
    	"endLineNumber": 531,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 550,
    	"startColumn": 5,
    	"endLineNumber": 550,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 553,
    	"startColumn": 5,
    	"endLineNumber": 553,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 566,
    	"startColumn": 5,
    	"endLineNumber": 566,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 589,
    	"startColumn": 17,
    	"endLineNumber": 589,
    	"endColumn": 32
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 599,
    	"startColumn": 21,
    	"endLineNumber": 599,
    	"endColumn": 36
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 632,
    	"startColumn": 5,
    	"endLineNumber": 632,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 648,
    	"startColumn": 5,
    	"endLineNumber": 648,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 651,
    	"startColumn": 5,
    	"endLineNumber": 651,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 662,
    	"startColumn": 5,
    	"endLineNumber": 662,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 674,
    	"startColumn": 5,
    	"endLineNumber": 674,
    	"endColumn": 20
    },{
    	"resource": "/C:/Users/alper/Desktop/nRF5_SDK/nRF5_SDK_15.0.0/nRF5_SDK_15.0.0_a53641a_s140/nRF5_SDK_15.0.0_a53641a/examples/my_projects/nrf52-ble-tutorial-advertising-copy2/main.c",
    	"owner": "C/C++",
    	"code": "757",
    	"severity": 8,
    	"message": "variable \"uint32_t\" is not a type name",
    	"source": "C/C++",
    	"startLineNumber": 704,
    	"startColumn": 9,
    	"endLineNumber": 704,
    	"endColumn": 24
    }]

Children
No Data
Related