Skip to content

gcc not found (includes fix) #18

Description

@GoogleCodeExporter
Hi,

i was getting an error when using the toolchain file that gcc was not found.

Can you please replace:

CMAKE_FORCE_C_COMPILER (gcc gcc)
CMAKE_FORCE_CXX_COMPILER (g++ g++)

with

CMAKE_FORCE_C_COMPILER (/usr/bin/gcc gcc)
CMAKE_FORCE_CXX_COMPILER (/usr/bin/g++ g++)

That fixed it for me.

Thanks in advance.

Cheers,

Ben

Original issue reported on code.google.com by benjamin...@gmail.com on 23 Jul 2015 at 9:45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions