Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need static call graph generator for 8051

Status
Not open for further replies.

*anita*

Newbie level 3
Joined
Sep 2, 2012
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,308
Hello,
I have a code written for 8051 and build using keil c51 compiler. But i want to create a graphical static call graph for this project. How do i do this? When i did a google search, i got the tool Egypt which makes use of gcc and graphviz to create call graph. Basically i need to compile this code using gcc for creating call graph. I dont think there is a gcc port for 8051. So how to handle this situation? Need some suggestions.Thanks.

Regards,
Anita
 

See if SDCC for 8051 works. You have to use SDCC with Eclipse C/C++ IDE. SDCC = Small Device C Compiler. I don't know whether SDCC is gcc Compiler or not.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top