[ros-kernel] cross compilation+kernel debugger broken

Hartmut Birr hartmut.birr at gmx.de
Mon Mar 15 18:32:20 CET 2004



> -----Original Message-----
> From: ros-kernel-bounces at reactos.com 
> [mailto:ros-kernel-bounces at reactos.com] On Behalf Of art yerkes
> Sent: Monday, March 15, 2004 4:56 PM
> To: ReactOS Kernel List
> Subject: Re: [ros-kernel] cross compilation+kernel debugger broken
> 
> 
> ___mb_cur_max and __pctype are standard library dependencies, so
> something here has been built wrong.  Is there some residue 
> left from a
> failed attempt to build with the wrong compiler (or the wrong 
> settings)?
> 
> (make clean && make) from the top should build correctly 
> unless there are
> problems with your build env.

This is a problem of including ctype.h from mingw and compiling with
higher optimisation (-O2). Kernel mode components must include its own
ctype.h. Usually you should get more compile errors, if you use -O2.

- Hartmut



More information about the Ros-kernel mailing list