Hi,
I really doubt it will matter but it seems the newer mingw-gcc is
bombing in quite a few places when building ReactOS. This patch allows
it to mostly build for me.
Thanks
Steven
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
Okay guys, The tree is NOT compiling.
Latest errors i'm getting are
C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:74: undefined reference to
`A2S'
tcpip/fileobjs.o(.text+0x14c):C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:74:
undefined reference to `A2S'
tcpip/fileobjs.o(.text+0x1340): In function `FileOpenAddress':
C:/reactos/drivers/net/tcpip/tcpip/fileobjs.c:377: undefined reference
to `A2S'
datalink/lan.o(.text+0x1598): In function `BindAdapter':
C:/reactos/drivers/net/tcpip/datalink/lan.c:714: undefined reference to
`A2S'
datalink/lan.o(.text+0x15f4):C:/reactos/drivers/net/tcpip/datalink/lan.c:719:
un
defined reference to `A2S'
collect2: ld returned 1 exit status
mingw32-make[2]: *** [tcpip.nostrip.sys] Error 1
mingw32-make[2]: Leaving directory `C:/reactos/drivers/net/tcpip'
mingw32-make[1]: *** [preall] Error 2
mingw32-make[1]: Leaving directory `C:/reactos/drivers/net/tcpip'
mingw32-make: *** [tcpip] Error 2
C:\reactos>
GCC 3.4.1
G++ 3.4.1
Bin Utils 2.15.90 20040222
Hi,
this patch (or some areas in ntoskrnl) isn't correct. This patch puts always
64kB between the TEB's. This limits the number of threads to 30,000 or less.
I've found this by an other bug in kernel32.
- Hartmut
> -----Original Message-----
> From: ros-cvs-bounces(a)reactos.com
> [mailto:ros-cvs-bounces@reactos.com] On Behalf Of Ge van Geldorp
> Sent: Tuesday, September 28, 2004 12:49 PM
> To: ros-cvs(a)reactos.com
> Subject: [ros-cvs] CVS Update: reactos
>
>
> CVSROOT: /CVS/ReactOS
> Module name: reactos
> Repository: reactos/ntoskrnl/ps/
> Changes by: gvg(a)mok.osexperts.com 04/09/28 12:49:21
>
> Modified files:
> reactos/ntoskrnl/ex/: sysinfo.c
> reactos/ntoskrnl/include/internal/: mm.h
> reactos/ntoskrnl/mm/: anonmem.c marea.c
> reactos/ntoskrnl/ps/: process.c
>
> Log message:
> NtAllocateVirtualMemory() should return 64k aligned areas
>
> _______________________________________________
> Ros-cvs mailing list
> Ros-cvs(a)reactos.com
> http://reactos.com/mailman/listinfo/ros-cvs
>
Hi,
it exist a variable TARGET_CPPAPP. If this variable is set to yes, the
object files for the real target are linked directly. If the variable is not
set, the object files are prelinked to a single object file with the option
'--strip-debug'. User mode images are always linked with the option
'--strip-debug'. TARGET_CPPAPP has no effect. Kernel mode images are not
linked with '--strip-debug'. They contains a large debug section if either
TARGET_CPPAPP is set to yes or if they are linked to a library which
contains debug symbols. Currently, Ntoskrnl contains a large debug section.
I'm able to boot ros from a harddisk but I'm not able to install ros from a
cd. The pc reboots after loading the boot files from the cd. In bochs I see
a short debug message:
Page fault at high IRQL was 31
KeBugCheckWithTf at ke/catch.c:164
Something is different between freeldr and setupldr. This occurs since
ntoskrnl uses helper.mk. If I build ntoskrnl with the option
'--strip-debug', there exist no problem.
- Hartmut
When doing kernel development, it is common to develop with the MS kernel
debugger running live on machine a (with the driver in question running)
and then connecting to it remotly from machine b.
Does ReactOS run the remote part of the kernel debugger yet? (i.e. can it
act as the "machine b" in the equasion?)
What is going on here.....
This is a new mingw enviroment from sourceforge and a new source tree.
getopt.c: In function `_getopt_initialize':
getopt.c:401: warning: implicit declaration of function `getenv'
getopt.c:401: warning: assignment makes pointer from integer without a
cast
getopt.c: In function `_getopt_internal':
getopt.c:577: warning: implicit declaration of function `strcmp'
getopt.c:653: warning: implicit declaration of function `strncmp'
getopt.c:656: warning: implicit declaration of function `strlen'
mingw32-make[2]: *** [getopt.o] Error 1
mingw32-make[1]: *** [wmc_target] Error 2
mingw32-make: *** [tools] Error 2
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
/The EFF reported <http://eff.org/news/archives/2004_09.php#001962>
that the Vivendi/Blizzard vs. the good guys case has been decided, and
it doesn't look good. Some highlights from the ruling
<http://www.freedom-to-tinker.com/doc/2004/bnetd_30sep.pdf> are: A
clickthrough EULA isn't unconscionable (and thus enforceable); Fair Use
rights can be waived in a EULA; First Sale rights (!) can be waived in a
EULA; The DMCA's interoperability provisions are not a defense. If this
ruling is allowed to stand, it will allow one-sided EULAs to force the
waiver of the rights of First Sale and Fair Use.
Sigh.
Best regards,
Alex Ionescu
/
I apologized, i was going to fix the issues, but my computer monitor
died. I just got a new one late last night and had to work all day today.
ekohl(a)cvs.reactos.com wrote:
>CVSROOT: /CVS/ReactOS
>Module name: reactos
>Repository: reactos/bootdata/
>Changes by: ekohl(a)mok.osexperts.com 04/10/02 05:35:12
>
>Modified files:
> reactos/bootdata/: hivesft.inf
>
>Log message:
> Add common user shell folder key.
>
>_______________________________________________
>Ros-cvs mailing list
>Ros-cvs(a)reactos.com
>http://reactos.com/mailman/listinfo/ros-cvs
>
>
>