Koenkk / Z-Stack-firmware

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

Issue compiling software #111

Closed aidbish closed 4 years ago

aidbish commented 4 years ago

Hi Trying to compile the firmware for Z-Stack-firmware/coordinator/Z-Stack_3.x.0 to test a CC2652R but when i try to add the patch file i get the following errors even though the folders and files it says it cannot find are sub-directories Am i missing anything

adrian@home1 MINGW64 ~/workspace_v9/znp_CC26X2R1_LAUNCHXL_tirtos_ccs $ git apply firmware.patch error: znp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/mt/mt_sys.c: No such file or directory error: znp_CC26X2R1_LAUNCHXL_tirtos_ccs/Application/mt/mt_version.c: No such file or directory error: znp_CC26X2R1_LAUNCHXL_tirtos_ccs/Stack/Config/znp_cnf.opts: No such file or directory error: znp_CC26X2R1_LAUNCHXL_tirtos_ccs/Stack/af/af.c: No such file or directory error: znp_CC26X2R1_LAUNCHXL_tirtos_ccs/Stack/sys/zglobals.c: No such file or directory

aidbish commented 4 years ago

User error, my fault