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

Can keil compiled library be used in segger embedded studio?

dear all 

    Can keil compiled library be used in segger embedded studio? For example, I have a paw8001_ ofn114009_ 12_ m4f_ keil.lib

Library, can I put it directly into NRF connect SDK project to compile?

Best Regards

Parents Reply
  • My current library just uses floating point operations,The device IC is nrf52840, my pri.conf is 
    CONFIG_FPU=y
    CONFIG_NEWLIB_LIBC=y
    CONFIG_CBPRINTF_FP_SUPPORT=y
    CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y

    but There are many such errors when compiling the library

    Are there any good suggestions for me to solve these problems ?

    I found these functions in math. H, but I can't use them

    It seems to have something to do with this condition

    #if __ISO_C_VISIBLE >= 1999

    best regards

Children
Related