02-26-2019, 08:39 PM
CC gfx/video_driver.c
CC gfx/video_crt_switch.c
gfx/video_crt_switch.c: In function ‘switch_res_crt’:
gfx/video_crt_switch.c:117:4: error: too many arguments to function ‘crt_rpi_switch’
crt_rpi_switch(ra_core_width, native_core_width, height, ra_core_hz);
^~~~~~~~~~~~~~
gfx/video_crt_switch.c:33:13: note: declared here
static void crt_rpi_switch(int width, int height, float hz);
^~~~~~~~~~~~~~
Makefile:199: recipe for target 'obj-unix/release/gfx/video_crt_switch.o' failed
make: *** [obj-unix/release/gfx/video_crt_switch.o] Error 1
CC gfx/video_crt_switch.c
gfx/video_crt_switch.c: In function ‘switch_res_crt’:
gfx/video_crt_switch.c:117:4: error: too many arguments to function ‘crt_rpi_switch’
crt_rpi_switch(ra_core_width, native_core_width, height, ra_core_hz);
^~~~~~~~~~~~~~
gfx/video_crt_switch.c:33:13: note: declared here
static void crt_rpi_switch(int width, int height, float hz);
^~~~~~~~~~~~~~
Makefile:199: recipe for target 'obj-unix/release/gfx/video_crt_switch.o' failed
make: *** [obj-unix/release/gfx/video_crt_switch.o] Error 1