Forum : ARM
Post Information | Post |
---|---|
July 1, 2009 - 2:18pm
|
Hi the code ends up at _exit If I just use: I have selected small printf + USART0 Putchar in the project. I have searched high and low to figure out what goes wrong, but have not found anything.. I don't know much about how the libraries are selected, but should'ent the small sprintf work without the functions from syscalls (which I do not explicitly include)? I would be gratefull for any suggestions? |
More information.
If I just set UART0 Putchar to No I get the following errors:
If i both set UART0 Putchar and use small printf to No I get the following errors:
If I set both to Yes I get no errors, but when I debug and do calls to sprintf with formatters I end up at _exit ?
Switched back to RKit-Arm - 1.18.0903 and Ride7 - 7.18.0903 (Thanks god I have local backups of the different versions) and linked my project (Ride decided only to link when I hit build).. With these versions it works without a glitch..
/Henrik
By the way setting USART0 Putchar to No gives the following errors with 1.18.0903:
It looks different from the error I got when using 1.20.09.0154, could it be an issue with the libraries?
Hi Henrik
The library small printf small float printf and putchar are mismatched.
We noted this issue and we are working on seperate the function call in these libraries.
Thank you for this feedback.
Regards,
Matloub
Thank you for the answer, I will look forward to a fixed version.
BR
Henrik