Topic : programing 8051 in vc++

Forum : 8051

Original Post
Post Information Post
March 28, 2007 - 9:09pm
Guest

i am student wokring on a smart card based aopplication
i wouuld like to know how one can program an 8051 and compile and creat a hex file for the entire proj program

thank you

Replies
Post Information Post
+1
0
-1
March 28, 2007 - 11:33pm
Guest

a) what processor does VC++ compile for?
b) which processors do Raisonance support?

if a) is not a problem, then you are in the wrong forum
if b) is not a problem, then why do you ask about VC++

Erik

+1
0
-1
March 29, 2007 - 1:22am
Guest

If I am wrong someone correct me. The 8051 doesn't work with C++, only with C and Assembly.
And could you be clearer of what you really want? ;p

+1
0
-1
March 29, 2007 - 4:36pm
Guest

The 8051 doesn't work with C++
WRONG
The programming language has nothing to do with the chip and, as a matter of fact, Ceibo has C++ for the '51.
I would NEVER even consider using C++ with a '51, that would be like crossing the Atlantic in an innertube.

Erik

+1
0
-1
March 29, 2007 - 4:52pm
Guest

the 8051 works with c true
all i wanted to know is how i could prog ir in vc++ ( which is also possible)

well i found the and

u can use a cross compiler sdcc to compile the prog and creat the hex file

+1
0
-1
March 29, 2007 - 5:09pm
Guest

so what you mean is not using VC++ which is a compiler for x86 platform, but maybe using Visual Studio IDE.

regards
Lionel

+1
0
-1
March 29, 2007 - 7:22pm
Guest

so what you mean is not using VC++ which is a compiler for x86 platform,
in a way. I am saying "either switch compiler OR switch processor"

but maybe using Visual Studio IDE.
I would not know about that I do not use the incapable IDEs. IDEs may be great for bungling amateurs that can live with the limitations, but for professionals that build umpteen versions based on the same codebase, they are worthless.

yes, I know "you just make a project for each" sure, and then when you make a change you have to update umpteen files.

Erik