Problem compiling Fiasco Kernel (kip.cc)

Adam Lackorzynski adam at os.inf.tu-dresden.de
Mon Nov 30 23:57:43 CET 2009


On Mon Nov 30, 2009 at 23:42:33 +0100, olivier wrote:
> >On Sat Nov 28, 2009 at 22:41:41 +0100, olivier wrote:
> >>I'm currently trying compil current Fiasco Kernel under Cygwin,
> >>unfortunatly I have a problem of compilation. when compiler try
> >>compil kip.cc I have an assembler message that said: Error: junk at
> >>the end of line, first unrecognized character is ','
> >>
> >>Any Idea?
> >
> >If it's an assembler message you can get the assembly with
> >  make kip.S
> 
> This is an assembler message but there is no kip.S, problem is when

The kip.S is a generated file (done via 'make kip.S').

> try do Makefile.sub2
> ... Generating version information
> ... Making kip.o
> cczEXyNz.s: Assembler messages:
> cczEXyNz.s: 117: Error: junk at end of line, first unrecognized
> character is ','
> cczEXyNz.s: 119: 119: unknown pseudo-op: '.previous'
> etc.

Anyway, the .previous is the interesting information. This should be
processed by the assembler. Since this is on Windows maybe the '\n'
isn't enough and there must be a \n\r or similar. Could you try to add
the \r in kip.cpp and try again?


Thanks,
Adam
-- 
Adam                 adam at os.inf.tu-dresden.de
  Lackorzynski         http://os.inf.tu-dresden.de/~adam/




More information about the l4-hackers mailing list