i want to make a OS and i need to link the c++ file. How i can make a .o file?
>>How i can make a .o file? Use g++ compiler. The other alternative is to write your own compiler.