Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compiler Version : (1 Item)
   
Compiler Version  
Hello,

I am trying to build the ffmpeg library for QNX/ARM and came up with what seems to be a showstopper from the compiler. I
 am using the 6.5.0 package on Linux with gcc-4.4.2. Compiling this piece of code:

{
unsigned x.
__asm__("usat %0, %2, %1" : "r="(x) : "r" (a), "i"(p));
return x;
}

results into a an "error: impossible constraint in 'asm' ".

Is there a newer version of the compiler qcc/arm that is able to compile this code? There seems to be many other 
problems related to compiler version when building the ffmpeg library. 

Thanks,

-Zahira