This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MCB167-NET WITH ESYWEB PROGRAM

Hello forum:
I have the evaluation board MCB167-NET and I'm using the easyweb program to serve some web pages. The original example has only one web page, but I have added to this three more pages. The problem is that, one of this pages is too long, and I can't build the target because Keil says the
unsigned char Webside[]=...
is too long,concretely is longer then 4K.I have changed many things, long instead of char, the memory options of the board, the memory reserves for the monitor but nothing.
Has anybody a solution or and idea of my problem???
Thank you.
Sergio.

Parents
  • Hi Sergio.

    In the compiler manual there is a section called "Limitations of the C166 Compiler Implementation." Among other things it says "The maximum length of a line or a macro definition is 8000 characters."
    Could it be that you didn't split the line with the contents of the web page into multiple smaller lines?

    - mike

Reply
  • Hi Sergio.

    In the compiler manual there is a section called "Limitations of the C166 Compiler Implementation." Among other things it says "The maximum length of a line or a macro definition is 8000 characters."
    Could it be that you didn't split the line with the contents of the web page into multiple smaller lines?

    - mike

Children
No data