Compilation error with c++11 dialect
Posted on June 09, 2015 at 15:44Hi, I would like to use C++ 11 dialect with ac6 tools suite. But I get a compilation error that I'm not able to handle. Code : register char* stack_ptr asm(''sp''); Error : error: expected '=', ',', ';', 'asm' or '...