Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU link - support linking static library #2

Merged
merged 8 commits into from
Mar 28, 2016

Conversation

scchan
Copy link
Collaborator

@scchan scchan commented Mar 27, 2016

No description provided.

echo "cpufile: $CPUFILE"
echo "iscrt: $ISCRT"
echo "islib: $ISLIB"
echo ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

debugging-only lines should be commented out.

@whchung whchung merged commit 30418b8 into ROCm:master Mar 28, 2016
mkdir -p $AR_TEMP_DIR
TEMP_AR_DIRS+=( $AR_TEMP_DIR )
cd $AR_TEMP_DIR
`ar x $DETECTED_STATIC_LIBRARY`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scchan This line is causing errors. Caused when $DETECTED_STATIC_LIBRARY is from a relative path.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you see an error about libmcwamp.a when building the compiler, this patch #9 will fix that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants