When I build the project I get couple of build issues:
Need to change all font declarations from
E.g.
align(2)
char burp[] = {.....}
to
char burp[] attribute((aligned(1))) ={....};
Second problem is I het alit of warnings:
pavement_48x34.h:207:1: warning: narrowing conversion of 'xxx' from 'int' to 'const char' inside { } is ill-formed in C++11
Created 8 years, 5 months ago.Updated 8 years, 5 months ago.
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Forgot to mention I am using KDS 3.2