Lowdown so far:
Writing a compiler in C++ to parse C-- (cut down C code) and later SCL via hopefully some minor modification
Outputs the code in 68k (suitable to use with a linux based 68k emulator (name escapes me right now))
Using Red Hat for the main writing and compiling using my own makefile etc.
I have got to the syning point now, where the main analysis of the code takes place.....unfortunately I appear to be getting a fair few 'core dumps', this WAS caused before by badly written code with pointers set to null.... those problems were fixed now it still throws up 10 or 11 on a 62 item test
I can supply the main area giving the problems if it is of any help, really want to get this working well as I would like to include it in my portfolio if possible (currently a uni project, I want to add bells and whistles over christmas though)


LinkBack URL
About LinkBacks
Reply With Quote



