We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi can anyone send me gnu chess hex file for lpc2124 ? thanks kh.pirnezhad@gmail.com
Yes, that's the point - the hex file is the result of building the project!
The hex file is an output file!
You need to build the project!
Possibly, a different format is generated - so either use that, or find a suitable converter.
But why are you asking this on the Keil forum? Proteus is not a Keil product!
http://www.keil.com/forum/
See also: http://www.keil.com/forum/otherforums.asp
i have not keil uv3 compiler for build this project can you build it for me please?
If it's GNU, then that's free, isn't it?
http://www.keil.com/arm/gnu.asp
Alternatively, if all you want is a computer chess game, wouldn't it be easier to just go out and buy one?
i have mdk303a.exe(self-extracting SETUP program. for trial uv3) and gccarm331.exe but this compiler cannot build my project complete.
"cannot build my project complete."
Why not?
What does that actually mean?
end of compiling process accur an error and compiler gives an error message .
So fix the error, then!
The purpose of the message is to tell you what's wrong: read the message, look at the code, and fix the error.
This is basic to any software development - embedded or otherwise.