Ouss4 commented on issue #823: Run refresh.sh for all config URL: https://github.com/apache/incubator-nuttx/pull/823#issuecomment-615485750 > I am not sure how the config changes could have caused this(?) The config Xiang added made some code reference functions from the `isx012.c` file. However there is a typo in a cxd56 board make.defs, that file is not brought to the build. ```make ifeq ($(VIDEO_ISX012),y) # CONFIG_ is missing CSRCS += isx012.c endif ``` File in question: boards/arm/cxd56xx/drivers/camera/Make.defs
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
