You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gcc-c-api submake fails in a seperate build dir for two reasons:
- it cannot find the gcc-c-api dir
- it cannot find the gcc-c-api Makefile
Fix this by creating the gcc-c-api dir in the build dir, and indicating the
Makefile location using -f.
0 commit comments