Problem compiling Fiasco Kernel (kip.cc)

olivier olivier.landemarre at free.fr
Mon Nov 30 23:43:39 CET 2009


Hello,
> Hi,
>
> 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 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.

There is inline asm in c++ code
in build\auto\kip.cc and src\abi\kip.cpp


> and look at the line where the error is told to be.
> Which gcc and binutils version does your cygwin have?
>
>
>   
gcc 4.3.4

>
> Adam
>   

Thanks

Olivier





More information about the l4-hackers mailing list