H2.06 First Graphic Setup for LCC, Target Board
I am starting a project on a target board using PIC32MZ2048EFG100 to connect to a display via LCC.
I started be reviewing the setting in Harmony with the aria_quickstart example PIC32MZ_EF_SK_MEB2.
After just making the Graphic settings I tried to compile can go a number for warnings and 2 errors.
Warnings all have to do with <sdtio.h> not being part of the include list in the following files for sprintf support:
libaria_widget_bar_graph_skin_classic.c
libaria_widget_circular_gauge_skin_classic.c
libaria_widget_line_graph_skin_classic.c
libaria/src/libaria_widget_pie_chart_skin_classic.c
Errors:
gfx.c &__pic32_alloc_coherent not defined
&__pic32_free_coherent not defined
I did set the Heap to 10664.
John Zigrang
JTZ Engineering, Inc.