- This topic has 7 replies, 4 voices, and was last updated 11 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Help for project on ‘Toll plaza with vehicle recognition’
I am currently using Keil uVision4 for compilation of my codes. I tried feeding the code for the enlisted project but am not able to generate the hex file due to the error L250 i.e; the code exceeds the value which the compiler can compile. Can someone suggest an alternate compiler or code or method to remove this error? I am in urgent need of help.
You need to have a licensed version of the same compiler. The error is beacuse you might be having the student version or trial version which can compile only limited code size.
Can you suggest a software or compiler to convert the code given on this site into it’s equivalent HEX code? Also the source for it.
Can you suggest a software or compiler to convert the code given on this site into it’s equivalent HEX code? Also the source for it.
hello abbmks
try for SDCC compiler it might work and its free
Can someone try and convert the given code into HEX and send it to me? I am damn short of time and resources. The code is availible on this site under the heading “Toll plaza system based on vehicle category interface with 8051 microcontroller (AT89C51)“. I would be very thanful if someone can do this.
Can anyone tell me how to install and start using sdcc on windows 7 os? I’m unable to understand the lengthy instructions written in their manual…
Hi, I am using “mikroC for 8051” to create the HEX file of above project – “simple toll plaza system”. But it shows an error while building which says – Can’t open include file “reg51.h” – may I know what is the problem ?