Hi Vitya,

On 5/19/16 5:42 AM, Vitya Gnatyuk wrote:
Hi! I earlier wrote you on github as gnatyukv. I forgot to ask a main
qustion. May your projects (from the apps folder) be compiled in Keil IDE?
How to do it? I have uVision V5.17 and Armcc compiler. I cannot compile
your code yet. Maybe another compiler (GCC) needed?


Unfortunately we don't support the armcc compiler yet. You are correct, it needs GCC to compile.

A fair amount of the code uses GCC specific features, that said: it shouldn't be too hard to make it agnostic to compiler platform. If you'd like to take on the project, I'd be happy to support you as you make the changes.

I think the easiest way to go would be to pick a few libraries, get them compiling with ARM's compiler, and then send a mail to the dev@ list with the changes we need to make (i.e. "DON'T explcitly used __attribute__((packed))") -- and then everyone else will pitch and help convert things over so the code cleanly compiles with both GCC and ARM.

Hope this helps.

Best,

Sterling

Reply via email to