Koenkk / Z-Stack-firmware

Compilation instructions and hex files for Z-Stack firmwares
MIT License
2.33k stars 643 forks source link

Problem Compiling firmware on MacOs #395

Closed pipiche38 closed 1 year ago

pipiche38 commented 1 year ago

I'm trying to build the firmware but I'm getting

znp_CC1352P_2_LAUNCHXL_tirtos_ticlang znp_CC26X2R1_LAUNCHXL_tirtos_ticlang znp_LP_CC2652RB_tirtos_ticlang

instead of

znp_CC1352P_2_LAUNCHXL_tirtos_ccs znp_CC26X2R1_LAUNCHXL_tirtos_ccs znp_LP_CC2652RB_tirtos_ccs

What do I do wrong ?

Koenkk commented 1 year ago

You are using a different SDK version than the instructions where written for. Assuming you are using 6.20 you can use the one from the dev branch: https://github.com/Koenkk/Z-Stack-firmware/blob/develop/coordinator/Z-Stack_3.x.0/COMPILE.md

pipiche38 commented 1 year ago

thanks