Is it a complete compiler or just a set of libraries?
Any information or links you can give me would be great!
Sorry if I didn't clarify well
| Friends: Coding 'n Cracking - Nymphaea - PS3 Forum - darkforestgroup - daxhordes.org - Tgames - coldbird - gopsp.it - pspstation.org - prometheus - hgoel.info - MakeSmartTV - ps vita |


10$man wrote:how did the people who made PSPSDK or GBDK or some other development kit do it?
10$man wrote:Is it a complete compiler or just a set of libraries?
10$man wrote:Is the PSPSDK a C compiler packaged with PSP libraries or is it a whole new compiler based off C?


On most cases, it's a modification of GCC that's used. GCC is already available for most architectures, so you just need to tune it a bit for the desired architecture.
Compiler based off C? This sentence makes no sense. I suggest you learning about how programming actually works.
10$man wrote:A compiler based of C would use the same interface and commands that the C programming language uses.


m0skit0 wrote:10$man wrote:A compiler based of C would use the same interface and commands that the C programming language uses.
I didn't think you mistake compiler with programming language. I'm guessing you mean to write a C compiler in C language. You cannot write a C compiler in C language without having another previous C compiler to compile with. This is why I said it made no sense.
10$man wrote:a compiler that used the C language
10$man wrote:Why would someone make a C compiler in C when they already have a C compiler...


m0skit0 wrote:The problem is your sentence:10$man wrote:a compiler that used the C language
This makes no sense. You just have to say: C compiler.10$man wrote:Why would someone make a C compiler in C when they already have a C compiler...
Well, FYI GCC is written in C (and most C compilers are actually written in C).


Users browsing this forum: No registered users and 1 guest