[Buildroot] [PATCH] rtptools: disable for MIPS Codescape toolchains

Vicente Olivert Riera Vincent.Riera at imgtec.com
Tue Mar 8 16:03:56 UTC 2016


Hello Thomas,

On 08/03/16 15:32, Thomas Petazzoni wrote:
> Vicente,
> 
> On Tue, 8 Mar 2016 14:23:03 +0000, Vicente Olivert Riera wrote:
>> Codescape toolchains don't provide rpcsvc/ypclnt.h, therefore rtptools
>> fails to build showing an error like this one:
>>
>> host2ip.c:13:38: fatal error: rpcsvc/ypclnt.h: No such file or directory
>>  #include <rpcsvc/ypclnt.h>   /* YP */
>>
>> Fixes:
>>
>>   http://autobuild.buildroot.net/results/5a8abdd4918a721c1bddbf68a16d99bea90a59a9/
>>
>> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> 
> Isn't the problem that the Codescape toolchain don't provide RPC
> support at all ? 

Yes, that's the problem.

> Or is it really a bug limited to <rpcsvc/ypclnt.h>.
> 
> I don't really like to add random toolchain exclusions without a more
> serious explanation than "header file is not in toolchain".

Ok. Perhaps we should make rtptools package depeding on
BR2_TOOLCHAIN_HAS_NATIVE_RPC?


Regards,

Vincent.

> 
> Thomas
>



More information about the buildroot mailing list