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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/26/02 13:24
Read: times


 
#26357 - RE: code memory-Neil
"I am using C51 dos based compiler"

Many vendors call their 8051 cross-compilers "C51" - which one do you have?
what version?
how old is it?

Is it a "full" product, or a free demo/evaluation?
Free versions very often do have limitations on code size etc - check the documentation.

"I am using 64k memory for code."

I assume you mean that your target has 64K code memory?
Do you need to configure something in your compiler to tell it that you've got that much? Perhaps it is assuming a (much) smaller default?

"The error is displaying while compiling the c51 file itself."

The error message should give line number (and probably also character position) at which the problem was detected.
Where precisely is it detecting the error?

As I said before, the Manual and/or online help should have a section giving more detailed explanations of the error messages - what does your Manual say about this error?

"I would like to store some l00 names in code memory. How can I?"

What you're doing should work - you need to go through the questions above to try and find out why it doesn't

List of 6 messages in thread
TopicAuthorDate
code memory problem            01/01/70 00:00      
RE: code memory problem            01/01/70 00:00      
RE: code memory problem            01/01/70 00:00      
code memory-Neil            01/01/70 00:00      
RE: code memory-Neil            01/01/70 00:00      
RE: code memory problem            01/01/70 00:00      

Back to Subject List