Sketch won't compile

I'm having trouble compiling this sketch. My friend is able to do it on his computer, and I can't get it to compile on any of my 4 computers.

Can any of you please try to get it to compile for Uno?

I get the error message " file too big", too big by only 50 bytes. If you are able to get it to work, can you please tell me how?

I really need the hex file so I can get my project finished.

Thanks!

Too_Big.ino (65.4 KB)

Your code is full of useless comments, but contains nothing to describe what the program is actually doing. Nothing in your posts provides a clue, either.

My friend is able to do it on his computer, and I can't get it to compile on any of my 4 computers. Can any of you please try to get it to compile for Uno?

How would it help you if we could?

technosteve:
I'm having trouble compiling this sketch. My friend is able to do it on his computer, and I can't get it to compile on any of my 4 computers.

Can any of you please try to get it to compile for Uno?

I get the error message " file too big", too big by only 50 bytes. If you are able to get it to work, can you please tell me how?

I really need the hex file so I can get my project finished.

The sketch contains a lot of libraries that I don't have installed and cannot be bothered to find and download to check. (nothing personal, just a lot of work to give a yes/no answer as to it fitting in memory)
The problem with it compiling on the friends PC and none of yours probably means they have different versions of some/all of the libraries and/or the Arduino IDE is different or they are compiling for the wrong processor.
A quick glance at the code makes me think you will probably run out of RAM if you ever get it to compile and upload.

As it compiles on your friends PC then why don't you get the HEX file of them?

Hi, check with your friend and find out what version of the IDE he is using and see if its the same as yours.

Also tell us what the sketch is supposed to do and what is supposed to be connected hardware wise.

Tom....... :slight_smile:

Sorry or the missing information. I have attached all the files required

IDE I think is the same.

storm-x-firmware.zip (173 KB)

I have attached all the files required

For what purpose? You KNOW that the code can compile on one computer (your friends) with one unknown set of libraries. You know that it doesn't compile on another computer, with another unknown set of libraries.

What possible use would the information be if you knew that the code compiled, or failed to compile, on my computer with another unknown set of libraries?

The only thing that will be of any use is for YOU to compare the libraries on your computer with those on your friend's computer. When you determine which libraries are different, then you can determine what to do about it. Upgrade? Downgrade? Forget the whole project?

The libraries are identical, both from the previously attached document. I had his send me a copy of his entire library folder, which I have replaced my own library with.

My friend is no longer available to assist me, and I just need the hex file. I would like to get it all working on my own computer, however that is not critical.

Can anybody please attempt to compile it and provide the hex code?