Hi
I'm using ARM tools (RVDS4) to develop a project. Now I want to use a software lib which compiled by GCC.
I read spec of GCC and add a compile flag "-mabi=aapcs" to GCC and rebuild the lib.
Question:
BTW, I tested it and get an error about wchar type, so I add "--wchar32" to armcc flag.
Now build pass, but I'm not sure it can run normally.