Gcc(DJGPP) Error!!!!!

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Locked
Yashas
Member
Member
Posts: 45
Joined: Sun Feb 05, 2012 5:19 am
Location: India
Contact:

Gcc(DJGPP) Error!!!!!

Post by Yashas »

Error comes while compileing ("global variable djgpp undefined ".I was triying to compile Barns Kernel Development Tutorial's kernel but this error threw my hope away.

Barns Kernel available at : osdever.net :D :) :( :o :shock: :? 8) :lol: :x :P :P :oops:
User avatar
brain
Member
Member
Posts: 234
Joined: Thu Nov 05, 2009 5:04 pm
Location: UK
Contact:

Re: Gcc(DJGPP) Error!!!!!

Post by brain »

Can you please copy and paste the entire error output? If you've already solved it please let us know how you fixed it so others searching the forum can fix the same issue without reposting.
Yashas
Member
Member
Posts: 45
Joined: Sun Feb 05, 2012 5:19 am
Location: India
Contact:

Re: Gcc(DJGPP) Error!!!!!

Post by Yashas »

It comes in the command line.
GCC.exe compiling..... ......
gcc: global variable djgpp undefined

In Linux GCC that error dose not come out.
Only in gcc version of the djgpp tools.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: Gcc(DJGPP) Error!!!!!

Post by Brynet-Inc »

Image

* Don't use DJGPP.
* I's Bran's not Barns, i.e: Brandon's.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
Yashas
Member
Member
Posts: 45
Joined: Sun Feb 05, 2012 5:19 am
Location: India
Contact:

Re: Gcc(DJGPP) Error!!!!!

Post by Yashas »

Someone suggest me a compiler that compiles like GCC.I use to use gcc under linux and also would run perfectly but now i use windows .
Locked