The OVMS specific ESP-IDF doesn't seem have support for the arm based macs. Anyone used a more recent version of ESP-IDF or some other workaround? Or do I need to to keep my intel mac?
I've developed the initial module for the Zombieverter VCU used in EV conversions https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/tree/master/vehicle/OVMS.V3/components/vehicle_zombie_vcu and now want to updated.
https://github.com/openvehicles/Open-Vehicle-Monitoring-System-3/issues/756 I've found this to try
I use Apple Silicon macs, and don't have any problems with the packages from the developer guide. But need to use those specific versions mentioned, and the download links provided. You can't substitute newer versions.
Well, after hours of trying to use the docker setup from the post above, I'm not able to compile still. I can build on my old mac, but wanting to move away from it.
In file included from /ovms/vehicle/OVMS.V3/components/ovms_cellular/src/ovms_cellular.h:43:0,
from /ovms/vehicle/OVMS.V3/main/ovms_peripherals.h:71,
from /ovms/vehicle/OVMS.V3/components/can/src/canlog_vfs.cpp:35:
/ovms/vehicle/OVMS.V3/components/ovms_cellular/src/gsmpppos.h:68:5: error: 'ppp_pcb' does not name a type
ppp_pcb* m_ppp;
^