Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/21/10 13:08
Read: times


 
#173383 - error
Responding to: ???'s previous message
Deny Albar said:
But the result is error.

If you post a complaint on error, it always helps to tell, WHAT is the error.

Now you are about to use the most memory-expensive combination - all functions reentrant (--stack-auto) and large model. Note, that large model implies external RAM to have connected - is your system set up so?

For this combination, you need to compile the whole library yourself. You may omit the --stack-auto for the first attempts, as you don't have any function which needs to be reentrant at the moment. The large model libraries come precompiled with standard SDCC installation.

Note also the existence of less expensive variants of printf, e.g. printf_fast_f.

A final note, on a '51 you most likely DON'T want to use floats nor printf, anyway; so there's not much point in doing this as an excercise.

JW


List of 5 messages in thread
TopicAuthorDate
Sprintf for Conver Float ==> String in using SDCC            01/01/70 00:00      
   error            01/01/70 00:00      
      RE: external RAM            01/01/70 00:00      
         the software can't differentiate...            01/01/70 00:00      
   recompile (part of) the library            01/01/70 00:00      

Back to Subject List