Norcroft C compiler -memaccess
Colin Ferris (399) 1809 posts |
Which was the first version of the Norcroft C compiler |
Jeffrey Lee (213) 6048 posts |
Judging by the changelogs that come with the compiler, it looks 5.56 was the first version where the option was implemented properly. |
Colin Ferris (399) 1809 posts |
Bit of a pity – someone wants to update ‘ARM 7’ his C software – only having a old compiler. |
Dave Higton (281) 668 posts |
The obvious way is to buy an update to the compiler, isn’t it? |
Jeffrey Lee (213) 6048 posts |
Or he could try switching to GCC. If his code doesn’t use shorts or signed chars then there’s a chance that it will run OK without having to use the -memaccess option. But obviously there’s no way of guaranteeing that there won’t be any problems. |