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

Quick Link Test Compile error

Hi There.... I am having nRF24LE boards with me.. I am having issue with Quick Link Test code provided by Nordic for Production Test....I am trying to compile the PER_LE1_Tester.uvproj thru Keil uVision....but I am getting an error: ....\test\nrf_test\nrf_test.c(36): warning C206: 'hal_nrf_enable_continuous_wave': missing function-prototype; and ....\test\nrf_test\nrf_test.c(36): error C267: 'hal_nrf_enable_continuous_wave': requires ANSI-style prototype....May I know what could have gone wrong...?

  • Hi Sreepiriya,

    I just checked and found it's a small typo bug. In our hal_nrf.c and hal_nrf.h in the nRFGO SDK, instead of writing hal_nrf_enable_continuous_wave we used hal_nrf_enable_continious_wave

    So if you replace continuous with continious in nrf_test.c file (or modify the hal_nrf.c, hal_nrf.h to correct the typo) , you should be able to compile.

  • Hi There,

    Thanks a lot for your help….Yes…It worked now….

    But another error pops-up… “

    • RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT; USED: 0DC4H BYTE (172%) * “ This could be due to EVAL version of uVision.
    1. Is there anyway to reduce the size?
    2. Or could you please share the PER_LE1_tester.hex and PER_LE1_DUT.hex files to me…I am in urgent need of these files for some test…

    Could you please also let me know, whether nRF24LE1 can be RUN in GCC and Eclipse environment….?

Related