Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release fails against the CC13x2 #17

Open
rei-vilo opened this issue Feb 5, 2020 · 1 comment
Open

New release fails against the CC13x2 #17

rei-vilo opened this issue Feb 5, 2020 · 1 comment

Comments

@rei-vilo
Copy link
Member

rei-vilo commented Feb 5, 2020

The new release still compiles against the CC13x0 but fails against the CC13x2.

  • Sketch: EasyLinkTX, A basic EasyLink Transmit example
  • Energia: 1.8.11E23
  • CC13x2 core: 5.29.0-beta2
/Users/<USER>/Library/Energia15/packages/energia/tools/arm-none-eabi-gcc/8.3.1-20190703/bin/arm-none-eabi-gcc -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -mabi=aapcs -g -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_target_name__=M3 "-Dxdc_cfg__xheader__=\"configPkg/package/cfg/energia_pm4fg.h\"" -DBOARD_CC1352R1_LAUNCHXL -Dxdc__nolocalstring=1 -DCORE_VERSION=5200 -DDeviceFamily_CC13X2 -c -g -O0 -w -ffunction-sections -fdata-sections -std=c99 -MMD -mcpu=cortex-m4 -mthumb -DF_CPU=48000000L -DARDUINO=10811 -DENERGIA=10811 -DENERGIA_CC1352R1_LAUNCHXL -DENERGIA_ARCH_CC13X2 -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/cores/cc13x2/ti/runtime/wiring/ -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/cores/cc13x2/ti/runtime/wiring/cc13x2 -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/kernel/tirtos/packages/ti/sysbios/posix -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/kernel/tirtos/packages -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/energia -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/driverlib -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/inc -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/ -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/cores/cc13x2/ti/runtime/wiring/ -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/cores/cc13x2/ti/runtime/wiring/cc13x2 -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/kernel/tirtos/packages/ti/sysbios/posix -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/kernel/tirtos/packages -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/energia -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/posix/gcc -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/third_party/openthread/include -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/third_party/openthread/src/core -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/third_party/openthread/examples/platforms -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/third_party/openthread/third_party/mbedtls/repo/include/ -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/thread/rtos/CC1352R1_LAUNCHXL/thread/libmbedcrypto/config -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/third_party/openthread/third_party/mbedtls "-DOPENTHREAD_CONFIG_FILE=\"stack/lib_openthread_ftd/config/openthread-config-cc1352-gcc-ftd.h\"" "-DOPENTHREAD_PROJECT_CORE_CONFIG_FILE=\"stack/lib_openthread_ftd/config/openthread-core-cc1352-config-ide.h\"" "-DMBEDTLS_CONFIG_FILE=\"stack/libmbedcrypto/config/mbedtls-config-cc1352-gcc.h\"" -DHAVE_CONFIG_H -DSIMPLELINK_OPENTHREAD_SDK_BUILD=1 -DSIMPLELINK_OPENTHREAD_CONFIG_FTD=1 -DSIMPLELINK_OPENTHREAD_CONFIG_CC1352=1 -DBoard_EXCLUDE_NVS_EXTERNAL_FLASH -DTIOP_ENABLE_UART=1 -DNDEBUG -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/driverlib -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/inc -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/system/source/ti/devices/cc13x2_cc26x2/ -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/cores/cc13x2 -I/Users/<USER>/Library/Energia15/packages/energia/hardware/cc13x2/5.29.0-beta2/variants/CC1352R1_LAUNCHXL -I/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src /Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c -o /var/folders/wn/n7qqb8ss0k3bvpqwfcdwp_7r0000gn/T/arduino_build_921524/libraries/EasyLink/easylink/EasyLinkv2.c.o
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'ccaDoneCallback':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:391:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:392:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:392:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:392:35: note: each undeclared identifier is reported only once for each function it appears in
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:395:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:395:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:396:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:397:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Tx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:449:35: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
                     schParams_prop.startTime    = pCmd->startTime;
                                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:450:35: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
                     schParams_prop.startType    = RF_StartAbs;
                                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:450:51: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
                     schParams_prop.startType    = RF_StartAbs;
                                                   ^~~~~~~~~~~
                                                   RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'enableTestMode':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:610:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:611:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:611:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:614:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:614:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:615:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:616:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Rx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_init':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:792:17: error: 'RF_Params' {aka 'struct <anonymous>'} has no member named 'nID'
         rfParams.nID = RF_STACK_ID_EASYLINK;
                 ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:792:24: error: 'RF_STACK_ID_EASYLINK' undeclared (first use in this function)
         rfParams.nID = RF_STACK_ID_EASYLINK;
                        ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_transmit':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1410:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1411:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1411:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1414:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1414:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1415:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1416:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Tx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1469:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime = txPacket->absTime;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1470:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType = RF_StartAbs;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1470:36: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
         schParams_prop.startType = RF_StartAbs;
                                    ^~~~~~~~~~~
                                    RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1471:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration  = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1473:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType   = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1473:36: error: 'RF_EndAbs' undeclared (first use in this function); did you mean 'RF_cmdFs'?
         schParams_prop.endType   = RF_EndAbs;
                                    ^~~~~~~~~
                                    RF_cmdFs
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1480:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime = 0U;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1481:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType = RF_StartNotSpecified;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1482:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration  = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1484:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType   = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_transmitAsync':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1522:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1523:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1523:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1526:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1526:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1527:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1528:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Tx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1589:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime = txPacket->absTime;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1590:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType = RF_StartAbs;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1590:36: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
         schParams_prop.startType = RF_StartAbs;
                                    ^~~~~~~~~~~
                                    RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1591:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration  = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1593:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType   = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1593:36: error: 'RF_EndAbs' undeclared (first use in this function); did you mean 'RF_cmdFs'?
         schParams_prop.endType   = RF_EndAbs;
                                    ^~~~~~~~~
                                    RF_cmdFs
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1600:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime = 0U;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1601:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType = RF_StartNotSpecified;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1602:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration  = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1604:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType   = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_transmitCcaAsync':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1634:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1635:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1635:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1638:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1638:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1639:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1640:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Tx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1706:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = txPacket->absTime;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1707:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartAbs;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1707:37: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
         schParams_prop.startType  = RF_StartAbs;
                                     ^~~~~~~~~~~
                                     RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1708:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration   = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1710:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1710:37: error: 'RF_EndAbs' undeclared (first use in this function); did you mean 'RF_cmdFs'?
         schParams_prop.endType    = RF_EndAbs;
                                     ^~~~~~~~~
                                     RF_cmdFs
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1717:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = 0;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1718:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartNotSpecified;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1719:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
         schParams_prop.duration   = EasyLink_ms_To_RadioTime(cmdTime);
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1721:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_receive':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1753:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1754:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1754:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1757:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1757:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1758:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1759:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Rx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1785:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = rxPacket->absTime;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1786:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartAbs;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1786:37: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
         schParams_prop.startType  = RF_StartAbs;
                                     ^~~~~~~~~~~
                                     RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1793:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = 0U;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1794:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartNotSpecified;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1803:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1803:37: error: 'RF_EndAbs' undeclared (first use in this function); did you mean 'RF_cmdFs'?
         schParams_prop.endType    = RF_EndAbs;
                                     ^~~~~~~~~
                                     RF_cmdFs
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1811:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndNotSpecified;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c: In function 'EasyLink_receiveAsync':
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1904:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
     schParams_prop.startTime    = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1905:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
     schParams_prop.startType    = RF_StartNotSpecified;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1905:35: error: 'RF_StartNotSpecified' undeclared (first use in this function)
     schParams_prop.startType    = RF_StartNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1908:20: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
     schParams_prop.endType      = RF_EndNotSpecified;
                    ^~~~~~~
                    endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1908:35: error: 'RF_EndNotSpecified' undeclared (first use in this function)
     schParams_prop.endType      = RF_EndNotSpecified;
                                   ^~~~~~~~~~~~~~~~~~
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1909:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'duration'
     schParams_prop.duration     = 0U;
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1910:19: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'activityInfo'
     schParams_prop.activityInfo = genActivityTableValue(EasyLink_Activity_Rx, (EasyLink_Priority)cmdPriority);
                   ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1943:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = absTime;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1944:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartAbs;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1944:37: error: 'RF_StartAbs' undeclared (first use in this function); did you mean 'RF_Stat'?
         schParams_prop.startType  = RF_StartAbs;
                                     ^~~~~~~~~~~
                                     RF_Stat
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1951:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startTime'
         schParams_prop.startTime  = 0U;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1952:23: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'startType'
         schParams_prop.startType  = RF_StartNotSpecified;
                       ^
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1961:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndAbs;
                        ^~~~~~~
                        endTime
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1961:37: error: 'RF_EndAbs' undeclared (first use in this function); did you mean 'RF_cmdFs'?
         schParams_prop.endType    = RF_EndAbs;
                                     ^~~~~~~~~
                                     RF_cmdFs
/Users/<USER>/Documents/Projets/Energia/libraries/EasyLink/src/easylink/EasyLinkv2.c:1969:24: error: 'RF_ScheduleCmdParams' {aka 'struct <anonymous>'} has no member named 'endType'; did you mean 'endTime'?
         schParams_prop.endType    = RF_EndNotSpecified;
                        ^~~~~~~
                        endTime
Multiple libraries were found for "EasyLink.h"
 Used: /Users/<USER>/Documents/Projets/Energia/libraries/EasyLink
 Not used: /Users/<USER>/Documents/Projets/Energia/libraries/EasyLink-OLD
Using library EasyLink at version 1.0.5 in folder: /Users/<USER>/Documents/Projets/Energia/libraries/EasyLink 
exit status 1
Error compiling for board LaunchPad w/ cc1352r EMT (48MHz).
@robertinant
Copy link
Member

Yes, this is correct. A new cc13x2 package will be released soon to support EasyLink.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants