-*- mode: compilation; default-directory: "~/src/github/ovms/vehicle/OVMS.V3/" -*- Compilation started at Thu Jan 4 13:11:02 cd ~/src/github/ovms/vehicle/OVMS.V3; source ~/src/github/esp-idf/setpath ; make -k CXX build/main/ovms_buffer.o AR build/main/libmain.a CXX build/vehicle_kiasoulev/src/vehicle_kiasoulev.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.cpp:107:0: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.h:214:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.h:32, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.cpp:107: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.cpp:107:0: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.h:215:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.h:32, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_kiasoulev/src/vehicle_kiasoulev.cpp:107: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ AR build/vehicle_kiasoulev/libvehicle_kiasoulev.a CXX build/vehicle_renaulttwizy/src/rt_battmon.o In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: warning: "MAX" redefined #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.h:30:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.cpp:31: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: note: this is the location of the previous definition #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: warning: "MIN" redefined #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.h:30:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_battmon.cpp:31: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: note: this is the location of the previous definition #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ CXX build/vehicle_renaulttwizy/src/rt_can.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_can.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_can.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_can.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_can.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_charge.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_charge.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_charge.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_charge.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_charge.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_notify.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_notify.cpp:41: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_notify.cpp:36: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_notify.cpp:41: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_notify.cpp:36: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_pwrmon.o In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.cpp:34: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: warning: "MAX" redefined #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.h:30:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.cpp:31: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: note: this is the location of the previous definition #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.cpp:34: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: warning: "MIN" redefined #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.h:30:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_pwrmon.cpp:31: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: note: this is the location of the previous definition #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ CXX build/vehicle_renaulttwizy/src/rt_sevcon.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon.cpp:38: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon.cpp:33: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon.cpp:38: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon.cpp:33: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_sevcon_faults.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon_faults.cpp:35: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon_faults.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon_faults.cpp:35: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle/./vehicle.h:38, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:30, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_sevcon_faults.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_ticker.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_ticker.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_ticker.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_ticker.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_ticker.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/rt_utils.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_utils.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_utils.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_utils.cpp:40: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_utils.cpp:35: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ CXX build/vehicle_renaulttwizy/src/vehicle_renaulttwizy.o In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.cpp:42: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:59:0: warning: "MIN" redefined #define MIN(n,m) ((n) < (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.cpp:37: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:26:0: note: this is the location of the previous definition #define MIN(a,b) ((a) < (b) ? (a) : (b)) ^ In file included from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.h:37:0, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.cpp:42: /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/rt_types.h:60:0: warning: "MAX" redefined #define MAX(n,m) ((n) > (m) ? (n) : (m)) ^ In file included from /Users/casner/src/github/esp-idf/components/fatfs/src/ffconf.h:1:0, from /Users/casner/src/github/esp-idf/components/fatfs/src/ff.h:30, from /Users/casner/src/github/esp-idf/components/fatfs/src/esp_vfs_fat.h:22, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/main/./ovms_config.h:37, from /Users/casner/src/github/ovms/vehicle/OVMS.V3/components/vehicle_renaulttwizy/src/vehicle_renaulttwizy.cpp:37: /Users/casner/src/github/esp-idf/components/newlib/include/sys/param.h:25:0: note: this is the location of the previous definition #define MAX(a,b) ((a) > (b) ? (a) : (b)) ^ AR build/vehicle_renaulttwizy/libvehicle_renaulttwizy.a LD build/ovms3.elf esptool.py v2.1 To flash all build output, run 'make flash' or: python /Users/casner/src/github/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 --port /dev/tty.SLAB_USBtoUART --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 /Users/casner/src/github/ovms/vehicle/OVMS.V3/build/bootloader/bootloader.bin 0x10000 /Users/casner/src/github/ovms/vehicle/OVMS.V3/build/ovms3.bin 0x8000 /Users/casner/src/github/ovms/vehicle/OVMS.V3/build/partitions.bin Compilation finished at Thu Jan 4 13:11:23