Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Where are the results of scanner discovery stored?

Your compiler command is not g++. It is arm-linux-androideabi-g++. Try to modify compiler command pattern of build output parser to accommodate that. For example "(gcc)|(.*[gc]\+\+)|(clang)".

Andrew


On Fri, Aug 9, 2013 at 2:15 PM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
>> Could it be that the build output parser does not recognize commands
>> where the full path to the compiler is specified?
>
> It should recognize those with full compiler path as well. Maybe
> certain options cause the problem? Can you post a full line that is not
> recognized?

Please see the attached file.

Thanks,
Nate                                      
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top