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

eclipse include path added, but still can't find nrf_error.h?

I am able to use eclipse to run simple project, but after move the real one, getting lost of errors:

www.dropbox.com/.../Screenshot 2014-04-02 09.10.41.png

I add required include path include/s110, but still complain can't find it,

any helps are appreciated

Parents
  • strange arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -mabi=aapcs -O0 -fmessage-length=0 -Wall -Werror -g3 -DBLE_STACK_SUPPORT_REQUIRED -DDEBUG_NRF_USER -DSETUPA -DS110_SUPPORT_REQUIRED -DNRF51 -DBOARD_PCA10001 -DNRF51822_QFAA_CA -DDEBUG -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/app_common -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/ble -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/ble/ble_services -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/s110 -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/sd_common -I/Users/julian/Documents/firmware/nrf51_sdk_v5_2_0_39364/nrf51822/Include -I/Users/julian/Documents/firmware/nrf51_sdk_v5_2_0_39364/nrf51822/Include/gcc -std=gnu99 -MMD -MP -MF"src/ble_support.d" -MT"src/ble_support.d" -c -o "src/ble_support.o" "../src/ble_support.c"

    which I have the -DBLE_STACK_SUPPORT_REQUIRED

    but in "ble_stack_handler_types.h" shows I did not defined it

Reply
  • strange arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -mabi=aapcs -O0 -fmessage-length=0 -Wall -Werror -g3 -DBLE_STACK_SUPPORT_REQUIRED -DDEBUG_NRF_USER -DSETUPA -DS110_SUPPORT_REQUIRED -DNRF51 -DBOARD_PCA10001 -DNRF51822_QFAA_CA -DDEBUG -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/app_common -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/ble -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/ble/ble_services -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/s110 -I../../nrf51_sdk_v5_2_0_39364/nrf51822/Include/sd_common -I/Users/julian/Documents/firmware/nrf51_sdk_v5_2_0_39364/nrf51822/Include -I/Users/julian/Documents/firmware/nrf51_sdk_v5_2_0_39364/nrf51822/Include/gcc -std=gnu99 -MMD -MP -MF"src/ble_support.d" -MT"src/ble_support.d" -c -o "src/ble_support.o" "../src/ble_support.c"

    which I have the -DBLE_STACK_SUPPORT_REQUIRED

    but in "ble_stack_handler_types.h" shows I did not defined it

Children
No Data
Related