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

Add missing steps to build process #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yeah568
Copy link

@yeah568 yeah568 commented Sep 29, 2017

No description provided.

@@ -18,7 +18,7 @@ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \
libftdi-dev libglib2.0-dev libhidapi-dev libncurses5-dev \
libpixman-1-dev libssl-dev libstdc++6:i386 libtool libz1:i386 make \
mtools netcat python-crypto python-serial python-wand unzip uuid-dev \
xdg-utils xterm xz-utils zlib1g-dev ccache
xdg-utils xterm xz-utils zlib1g-dev ccache repo gcc-aarch64-linux-gnu
Copy link
Contributor

@acarb95 acarb95 Sep 30, 2017

Choose a reason for hiding this comment

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

You shouldn't need to install gcc-aarch64-linux-gnu. This should be created with make toolchains and then adding "<tc_folder>/toolchains/aarch64/bin" and "<tc_folder>/toolchains/aarch32/bin" to your path.

Edit: I have it on my machine, but I'm still unconvinced it is necessary.

cd $HOME/trustedcapsules/code/optee_app/capsule_gen/src/
./make_all_capsules
```
TODO: make this part of the regular build?
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

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