I'm using Keil's RL_TCPnet HTTP server with an AT91SAM7XC512.
I'm trying to embed JQuery (jquery-1.4.2.min.js), however it appears that the FCARM tool is mangling the file. There are a number of characters (I'm guessing escapes of some sort) that are missing.
The original, uncompressed jquery-1.4.2.min.js is 72,174 bytes. When I download the file from the uC, the file size is 69,321 bytes.
Obviously, none of the jquery functions will work.
Any ideas?
A quick update on this issue:
After contacting the folks at Keil tech support, I created a demo project illustrating the issues described above. On July 16th, 2010, I received this response:
--- Hello Trevor,
Thank you for using Keil software.
I recieved your project, and I reproduced the issue. I have forwarded this on to our engineers, and I will let you know as soon as I hear back.
Best Regards, Brian Clough Technical Support Analyst Keil, Tools by ARM 4965 Preston Park Blvd Suite 650 Plano, Texas 75093 USA ----
Today, I received the following update:
-- Hello Trevor,
Just a quick update. They intend to add a feature to the HTML converter, to turn off optimizations. This will leave strings like your javascript functions "unmolested".
Apparantly it is not a trivial matter to do a proper fix for this issue.
Best Regards, Brian Clough Technical Support Analyst Keil, Tools by ARM 4965 Preston Park Blvd Suite 650 Plano, Texas 75093 USA --