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

[VTA] Fix TSIM compile error in Linux (add missing -fPIC flag) #3876

Merged
merged 3 commits into from
Sep 3, 2019

Conversation

liangfu
Copy link
Member

@liangfu liangfu commented Sep 2, 2019

This PR fixed the compilation issue raised in #3797 , which requires running make command twice to compile the generated .cpp files into the shared library. In addition, the missing -fPIC flag has also been added for fixing the compile error in Linux;

@vegaluisjose Please review.

@tmoreau89
Copy link
Contributor

Thanks for the fixes @liangfu !

vta/hardware/chisel/Makefile Outdated Show resolved Hide resolved
@tmoreau89
Copy link
Contributor

I've left a comment to fix indentation/tabs; otherwise it all looks good!

@tmoreau89 tmoreau89 merged commit f4a28c4 into apache:master Sep 3, 2019
MarisaKirisame pushed a commit to MarisaKirisame/tvm that referenced this pull request Sep 7, 2019
…e#3876)

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* fix indentation problem;
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
…e#3876)

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* fix indentation problem;
wweic pushed a commit to wweic/tvm that referenced this pull request Sep 16, 2019
…e#3876)

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* fix indentation problem;
wweic pushed a commit to neo-ai/tvm that referenced this pull request Sep 16, 2019
…e#3876)

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* fix indentation problem;
tqchen pushed a commit to tqchen/tvm that referenced this pull request Mar 29, 2020
…e#3876)

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* [VTA] Fix TSIM compile error in Linux (add missing -fPIC flag);

* fix indentation problem;
@liangfu liangfu deleted the patch-11 branch April 14, 2020 14:26
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.

3 participants