<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello<br>
I'm trying to compile OpenSER for an arm platform (Linux).<br>
The compiler is arm-linux-gcc<br>
<br>
I tried the following command:<br>
<br>
<b>$ make CC=arm-linux-gcc</b><br>
<br>
And there is the following errors:<br>
<br>
<b>cc1: error: invalid option `inline-all-stringops'<br>
cc1: error: bad value (athlon) for -mcpu= switch<br>
</b><br>
The arm-linux-gcc -v gives:<br>
<br>
<b>Reading specs from /usr/local/lib/gcc-lib/arm-linux/3.3.3/specs<br>
Configured with: ../configure --target=arm-linux --disable-shared
--disable-threads --with-gnu-as --with-gnu-ld --enable-multilib
--enable-languages=c<br>
Thread model: single<br>
gcc version 3.3.3<br>
</b><br>
I also have to modified the libs.<br>
<br>
Is there a simple way to do this porting or do I have to check all
compilation and link options and modified or re-write the Makefiles?<br>
<br>
Regards,<br>
Michel<br>
<br>
<br>
</body>
</html>