Force compiler to compile?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Force compiler to compile?

Post by NunoLava1998 »

My compiler is complaining about a bunch of stupid errors, and i want to to forcefully compile. How do i do this?
Thanks,
cat
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Force compiler to compile?

Post by iansjack »

You correct the stupid errors in your code.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: Force compiler to compile?

Post by osdever »

iansjack wrote:You correct the stupid errors in your code.
+1

NunoLava1998, you didn't give us neither your makefile or something that builds your OS nor errors nor your code.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
Boris
Member
Member
Posts: 145
Joined: Sat Nov 07, 2015 3:12 pm

Re: Force compiler to compile?

Post by Boris »

If you are displeased with what we gave you in your Other thread, why creating other ones ?? Come on! It makes you look like a troll. I'm sure you are not one !
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Force compiler to compile?

Post by iansjack »

Boris wrote:Come on! It makes you look like a troll. I'm sure you are not one !
Judging from the latest post from this user, I'm beginning to suspect that you are mistaken.
Boris
Member
Member
Posts: 145
Joined: Sat Nov 07, 2015 3:12 pm

Re: Force compiler to compile?

Post by Boris »

I never write sarcasms. It's not funny.
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: Force compiler to compile?

Post by osdever »

Boris wrote:If you are displeased with what we gave you in your Other thread, why creating other ones ?? Come on! It makes you look like a troll. I'm sure you are not one !
I've been exactly like him in April of 2015, and one man thinked that I am troll too :D
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
User avatar
Schol-R-LEA
Member
Member
Posts: 1925
Joined: Fri Oct 27, 2006 9:42 am
Location: Athens, GA, USA

Re: Force compiler to compile?

Post by Schol-R-LEA »

NunoLava1998 wrote:My compiler is complaining about a bunch of stupid errors, and i want to to forcefully compile. How do i do this?
You could start by writing some code of your own, Dr. Duct von Tape.
Rev. First Speaker Schol-R-LEA;2 LCF ELF JAM POEE KoR KCO PPWMTF
Ordo OS Project
Lisp programmers tend to seem very odd to outsiders, just like anyone else who has had a religious experience they can't quite explain to others.
User avatar
jojo
Member
Member
Posts: 138
Joined: Mon Apr 18, 2016 9:50 am
Libera.chat IRC: jojo
Location: New York New York

Re: Force compiler to compile?

Post by jojo »

Ha, I've never seen that. That's pretty good.
ziggyfish2
Posts: 10
Joined: Tue Oct 25, 2016 6:44 pm

Re: Force compiler to compile?

Post by ziggyfish2 »

NunoLava1998 wrote:My compiler is complaining about a bunch of stupid errors, and i want to to forcefully compile. How do i do this?
Thanks,
cat
You need to listen to your compilers, they will tell you why they are not working. Fix those errors, if you don't understand the error, post it on a forum (or even google search it).
Post Reply