I had been using ESP IDF 3.2 version for my project I was using EXTRA_COMPONENT_DIRS variable for adding my project related paths like below in Main Makefile & using component files in each folder for getting it compiled.
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/BF
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/Lib
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/OS
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/NV
include $(IDF_PATH)/make/project.mk
But after upgrading V3.3 its shows compilation issue with some of the files not found error .Which means it's not getting compiled same way as old IDF v3.2 . Can anyone pinpoint what can be the issue here ?
Path issue while upgrading to ESp32 V3.3 version
Re: Path issue while upgrading to ESp32 V3.3 version
This issue got solved. I was missing one subfolder under BF(Config) in Makefile. But it is strange that was including automatically with V3.2 without this inclusion!.
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/BF
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/BF/config
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/BF
EXTRA_COMPONENT_DIRS += $(PROJECT_PATH)/project/Code/BF/config
Who is online
Users browsing this forum: No registered users and 134 guests