TK. Posted January 14, 2006 Report Share Posted January 14, 2006 As some of you have already noticed, the linker sometimes fails if your .c code gets use of multiplications, divisions, pointer operations, etc... the main reason is, that the win32 release of SDCC doesn't include the important libsdcc.lib file, which contains the object code of functions which are used for such operations.Note that the official libsdcc.lib file is not MIOS compliant anyhow, some modifications have to be made.Therefore I've created a special library, which can be downloaded from here:http://www.ucapps.de/mios/mios_libsdcc_v2_5_0.zipThe details (e.g., how to integrate this into a MIOS project) can be found in the README.txt fileBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.