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

[Debug] tools/gdb/setup.sh fails silently if pkg-config fails #96

Open
davidchisnall opened this issue Apr 29, 2020 · 0 comments
Open
Labels
area: debugging Related to the gdb port or other debugging infrastructure enhancement p3 Non-blocking priority
Milestone

Comments

@davidchisnall
Copy link
Contributor

This line will cause the script to exit without any error:

OE_LIB_PATH=`pkg-config --variable libdir oeenclave-gcc`

It should print a useful error message instead.

@davidchisnall davidchisnall added enhancement p3 Non-blocking priority area: debugging Related to the gdb port or other debugging infrastructure labels Apr 29, 2020
@prp prp added this to the Milestone 1 milestone Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: debugging Related to the gdb port or other debugging infrastructure enhancement p3 Non-blocking priority
2 participants