TK. Posted January 14, 2006 Report 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now