Page 2 of 2

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 2:43 am
by i586coder
Shrek wrote: I seriously urge you to take a look at your own posts . Most prominently , this one http://forum.osdev.org/viewtopic.php?f=11&t=18503 .

well, about that that post,it was mistake,in fact i used translation programe to translate the article from french to english :?

now the post modified :wink:


CheerS,
a.T.d

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 3:48 am
by david
It looks like no one developped a compiler before, or he doesn't want to say it.

I will submit a new topic about compiler.

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 4:36 am
by AJ
Hi,

I'm sure there are people on the board who have written custom compilers and / or architectures. IIRC, pcmattman has done something like this, but I'm sure someone will jump to correct me if I'm wrong.

Have you tried searching the forums?

Cheers,
Adam

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 10:46 am
by Combuster
Well, yes, I have written compilers (and even more assemblers). I gave you a link to a bookful of information about it (which is what I used as well to achieve that).

As for the advice: there has already been posted a lot on the subject, however I seriously doubt you read it all - Let alone understand it. So start with that so you can ask more a specific question than "help me?". Which is btw never a good idea.

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 11:20 am
by DeletedAccount
... no one is going to help you , unless you help yourselves

Regards
Shrek

Re: What do you think of LCC ?

Posted: Thu Dec 11, 2008 12:46 pm
by tantrikwizard
david wrote:It looks like no one developped a compiler before, or he doesn't want to say it.

I will submit a new topic about compiler.
I already told you that I've built a compiler and assembler before. Read the responses to the posts.

Re: What do you think of LCC ?

Posted: Fri Dec 12, 2008 6:12 am
by david
Thank you.

I will program my compiler from now on.

I will open a new subject when i meet a problem .

cheers :roll:

Re: What do you think of LCC ?

Posted: Wed Dec 24, 2008 2:55 pm
by earlz
ever considered PCC? (the original BSD C compiler)
it's recently become very active and is retargetable and all that.. seems very well organized too compared to GCC...