Search found 140 matches

by stefano
Tue Oct 15, 2013 6:31 pm
Forum: Spanish
Topic: Aportar ideas
Replies: 15
Views: 19126

Re: Aportar ideas

The way to write down their ideas, have to be in the wiki directly? Yes, you're right. He says that doesn't know write programs in assembler, but he does know other languages. No, he can write here in the forum (in Design & Decoration subforum): http://board.kolibrios.org/viewforum.php?f=26 Ok.
by stefano
Tue Oct 15, 2013 6:25 pm
Forum: Spanish
Topic: Aportar ideas
Replies: 15
Views: 19126

Re: Aportar ideas

What he wants to know is if he can give you some ideas to change the way the desktop environment works (new functionalities, fixes, etc). Ideas are always welcome, but more welcome are people who are able to implement their own ideas :-) The way to write down their ideas, have to be in the wiki dir...
by stefano
Tue Oct 15, 2013 6:16 pm
Forum: Spanish
Topic: Aportar ideas
Replies: 15
Views: 19126

Re: Aportar ideas

What he wants to know is if he can give you some ideas to change the way the desktop environment works (new functionalities, fixes, etc).
by stefano
Tue Oct 15, 2013 2:37 am
Forum: Spanish
Topic: Aportar ideas
Replies: 15
Views: 19126

Re: Aportar ideas

Hola Tails. Te refieres a hacer programas para el entorno de escritorio? Mas bien otra forma de administrarlo :/ una mas simple pero me gustaria saber si estan interesado en ello o eso ya no piensan tocar :/ Ah, genial. Lamentablemente no te puedo dar la respuesta entonces, porque a pesar de que he...
by stefano
Tue Oct 15, 2013 2:15 am
Forum: Spanish
Topic: Aportar ideas
Replies: 15
Views: 19126

Re: Aportar ideas

Hola Tails.
Te refieres a hacer programas para el entorno de escritorio?
by stefano
Tue Oct 01, 2013 3:24 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Thank you punk_joker.
by stefano
Tue Oct 01, 2013 2:40 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

That question was to me?
by stefano
Sat Sep 21, 2013 7:11 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Thank you Serge. I got an error about "-lgcc". So, after search I found the solution adding "-L/usr/lib/gcc/i486-mingw32/4.7.2" to the line that uses "-lgcc". Now I have newlib built. I will try to use newlib and if works I will create an article in the wiki. Thanks guys.
by stefano
Sat Sep 21, 2013 5:11 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

I modified the 'Makefile' in 'newlib/' to use mingw32. Now I have i486-mingw32-gcc, i486-mingw32-ld, etc. But I get an error because i486-mingw32-ld doesn't find 'libc.ver'. i486-mingw32-ld: cannot open linker script file libc.ver: No existe el fichero o el directorio (in english: the file or direct...
by stefano
Sat Sep 21, 2013 3:53 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Ok, now I understand. Thank you SoUrcerer.
I will use that scripts as reference.
by stefano
Sat Sep 21, 2013 4:08 am
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Do you mean that I don't have to compile GCC? I've compiled binutils with the patch from the SVN and installed mingw32-gcc. But when I run `make` in 'newlib/' I get: gcc -c -O2 -fomit-frame-pointer -DBUILD_DLL -D_IEEE_LIBM -I ./include -o crt/crtdll.o crt/crtdll.c In file included from crt/crtdll.c:...
by stefano
Fri Sep 20, 2013 5:41 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Ok. Thank you.
by stefano
Fri Sep 20, 2013 8:02 am
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

I'm compiling GCC and BINUTILS following this guide http://wiki.osdev.org/GCC_Cross-Compiler.
Is right to use 'i586-mingw32' as --target?
by stefano
Thu Sep 19, 2013 3:08 am
Forum: English
Topic: translate kolibri
Replies: 287
Views: 112975

Re: translate kolibri

Hi illys.

The source files are in UTF-8 now. Someone can confirm this.
by stefano
Wed Sep 18, 2013 8:59 pm
Forum: Application libraries
Topic: Newlib
Replies: 234
Views: 137911

Re: Newlib

Thank you Wildwest and SoUrcerer.

SoUrcerer: I will try to follow your guide.