<div dir="ltr">Sorry, I'm still having trouble.  Dabbling in many things to become dangerous, but mastering none.  I'm still not able to make successfully.  <div><br></div><div>I'm not sure what I did to get past the previous make error.  Maybe initially I didn't choose all the defaults and got something set wrong.  Do I delete the sdkconfig file to get back to no settings and then it will ask all the options first time running make?<div><br></div><div>I think I have openvehicles esp-idf and ovms latest versions from GIT correctly installed.  I chose defaults in make menuconfig (except setting the correct USB port), and chose defaults when GENCONFIG runs from make.    I changed to other OVMS versions between 3.2.000 and 3.2.008 and current master, all with same error occurring.<div><br></div><div>It errors out in ovms_module, with module_tasks_data not declared in this scope.   It looks like related to having debugging options selected or not?  The #ifdef conditional sections contain the declaration of module_tasks_data, so it doesn't get declared, but it is still used.<br></div><div><br></div><div>Am I missing setting some option for make or configuring compile options?    It must be one of these?    </div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:"Droid Sans Mono",monospace,monospace,"Droid Sans Fallback";font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(197,134,192)">#ifndef</span><span style="color:rgb(86,156,214)"> CONFIG_HEAP_TASK_TRACKING</span></div><div><span style="color:rgb(197,134,192)">#define</span><span style="color:rgb(86,156,214)"> NOGO </span><span style="color:rgb(181,206,168)">1</span></div><div><span style="color:rgb(197,134,192)">#endif</span></div><div><span style="color:rgb(197,134,192)">#if</span><span style="color:rgb(86,156,214)"> configUSE_TRACE_FACILITY</span>==<span style="color:rgb(181,206,168)">0</span></div><div><span style="color:rgb(197,134,192)">#define</span><span style="color:rgb(86,156,214)"> NOGO </span><span style="color:rgb(181,206,168)">1</span></div><div><span style="color:rgb(197,134,192)">#endif</span></div><div><span style="color:rgb(197,134,192)">#ifdef</span><span style="color:rgb(86,156,214)"> CONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION</span></div><div><span style="color:rgb(197,134,192)">#define</span><span style="color:rgb(86,156,214)"> NOGO </span><span style="color:rgb(181,206,168)">1</span></div><div><span style="color:rgb(197,134,192)">#endif</span></div></div></div><div><br></div><div><span style="font-family:monospace;font-weight:bold;color:rgb(84,84,255)"><br></span></div><div><span style="font-family:monospace;font-weight:bold;color:rgb(84,84,255)">~/Leaf/OVMS/v3/vehicle/OVMS.V3</span><span style="font-family:monospace;color:rgb(0,0,0)">$ make       </span><br></div><div><span style="font-family:monospace">Toolchain path: /home/dklein/Leaf/OVMS/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
<br>Toolchain version: crosstool-ng-1.22.0-80-g6c4433a
<br>Compiler version: 5.2.0
<br>Python requirements from /homez/dklein/Documents/Projects/Leaf/OVMS/esp-idf/requirements.txt are satisfied.
<br>
<br>App "ovms3" version: 3.2.008-15-gca307f88-dirty
<br>CXX /homez/dklein/Documents/Projects/Leaf/OVMS/v3/vehicle/OVMS.V3/build/main/ovms_module.o
<br><span style="font-weight:bold;color:rgb(0,0,0)">/homez/dklein/Documents/Projects/Leaf/OVMS/v3/vehicle/OVMS.V3/main/ovms_module.cpp:</span><span style="color:rgb(0,0,0)"> In function '</span><span style="font-weight:bold;color:rgb(0,0,0)">void module_eventhandler(st</span><br>d::__cxx11::string, void*)<span style="color:rgb(0,0,0)">':
</span><br><span style="font-weight:bold;color:rgb(0,0,0)">/homez/dklein/Documents/Projects/Leaf/OVMS/v3/vehicle/OVMS.V3/main/ovms_module.cpp:973:47:</span><span style="color:rgb(0,0,0)"> </span><span style="font-weight:bold;color:rgb(255,84,84)">error: </span><span style="color:rgb(0,0,0)">'</span><span style="font-weight:bold;color:rgb(0,0,0)">module_tasks_data</span><span style="color:rgb(0,0,0)">' was no</span><br>t declared in this scope
<br>       module_tasks_data(0, NULL, NULL, 0, NULL);
<br><span style="font-weight:bold;color:rgb(84,255,84)">                                               ^</span><span style="color:rgb(0,0,0)">
</span><br><span style="font-weight:bold;color:rgb(0,0,0)">/homez/dklein/Documents/Projects/Leaf/OVMS/v3/vehicle/OVMS.V3/main/ovms_module.cpp:</span><span style="color:rgb(0,0,0)"> In constructor '</span><span style="font-weight:bold;color:rgb(0,0,0)">OvmsModuleInit::OvmsModu</span><br>leInit()<span style="color:rgb(0,0,0)">':
</span><br><span style="font-weight:bold;color:rgb(0,0,0)">/homez/dklein/Documents/Projects/Leaf/OVMS/v3/vehicle/OVMS.V3/main/ovms_module.cpp:1048:73:</span><span style="color:rgb(0,0,0)"> </span><span style="font-weight:bold;color:rgb(255,84,84)">error: </span><span style="color:rgb(0,0,0)">'</span><span style="font-weight:bold;color:rgb(0,0,0)">module_tasks_data</span><span style="color:rgb(0,0,0)">' was n</span><br>ot declared in this scope
<br>     cmd_tasks->RegisterCommand("data","Output module task stats record",module_tasks_data);
<br><span style="font-weight:bold;color:rgb(84,255,84)">                                                                         ^</span><span style="color:rgb(0,0,0)">
</span><br>/homez/dklein/Documents/Projects/Leaf/OVMS/esp-idf/make/<a href="http://component_wrapper.mk:289">component_wrapper.mk:289</a>: recipe for target 'ovms_module.o' failed
<br>make[1]: *** [ovms_module.o] Error 1
<br>/home/dklein/Documents/Projects/Leaf/OVMS/esp-idf/make/<a href="http://project.mk:552">project.mk:552</a>: recipe for target 'component-main-build' failed
<br>make: *** [component-main-build] Error 2<br>
<br></span></div><div><br></div><div>Thanks!     Dale</div><div><br></div><div><br></div><div><br></div></div></div></div>