alsa-lib 1.0.2 -fPIC problem with gcc 3.4

Falk Hueffner falk.hueffner@student.uni-tuebingen.de
Sun Feb 8 17:49:00 GMT 2004


Jan Killius <jkillius@arcor.de> writes:

> The code need many changes to put it in a .s file and I'm not very good at 
> assembler.

Not really. Just run gcc -S with a compiler which accepts it, and you
have your .s file :)

> To remove the clobber I must change the register or not ? But how ?

The clobber list is the list after the third ':'.

-- 
	Falk



More information about the Gcc-help mailing list