pulp-platform / hero-sdk

⛔ DEPRECATED ⛔ HERO Software Development Kit
https://www.pulp-platform.org/hero
Apache License 2.0
20 stars 6 forks source link

build failure when hero-z-7045-builder: asking for password #28

Closed speedzheng closed 6 years ago

speedzheng commented 6 years ago

Hi,

I am trying to build HERO SDK but met the following error when run ./hero-z-7045-builder -A command. Do you miss something? Thanks!

sdk:hal:prepare (hero-z-7045@config_file=/home/speedzheng/hero/hero-sdk/pulp-sdk/configs/json/hero-z-7045.json): make header make: Nothing to be done for 'header'. Reached EOF with exit status 0

MODULE jtag-bridge:jtag-bridge command checkout Cloning into '/home/speedzheng/hero/hero-sdk/pulp-sdk/tools/jtag-bridge'... git@iis-git.ee.ethz.ch's password: Permission denied, please try again. git@iis-git.ee.ethz.ch's password: Permission denied, please try again. git@iis-git.ee.ethz.ch's password:

vogelpi commented 6 years ago

Hi, thanks for reporting the issue. It seems that the builder tries to checkout three repositories from our internal server. These should not be needed anymore. But I am currently doing a complete rebuild without these repositories to be sure. We let you know asap.

Best regards, Pirmin

vogelpi commented 6 years ago

We could fix the issue and successfully tested it on the board. Please checkout the latest tag v1.0.1.

Best regards, PIrmin

speedzheng commented 6 years ago

Thanks for quick answer. very appreciate.


From: Pirmin Vogel notifications@github.com Sent: Tuesday, September 18, 2018 11:01 AM To: pulp-platform/hero-sdk Cc: speedzheng; Author Subject: Re: [pulp-platform/hero-sdk] build failure when hero-z-7045-builder: asking for password (#28)

We could fix the issue and successfully tested it on the board. Please checkout the latest tag v1.0.1.

Best regards, PIrmin

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpulp-platform%2Fhero-sdk%2Fissues%2F28%23issuecomment-422490527&data=02%7C01%7C%7Cb0f4301a03a34f3fc50f08d61d90c1f1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636728904895612916&sdata=1p4HOsDqFYW9E1lP2eXg5pOrkUAR7gdOqZ4wEUZAtfQ%3D&reserved=0, or mute the threadhttps://eur04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAm5aLygMkCeXvBf-Db5rQgF4Ew1Y4Cfsks5ucTTzgaJpZM4WuFRM&data=02%7C01%7C%7Cb0f4301a03a34f3fc50f08d61d90c1f1%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636728904895612916&sdata=YmFrs%2FGPTP7Y80ebruLULCj4e7arEFyPY6TVqDaPHXg%3D&reserved=0.

speedzheng commented 6 years ago

Hi,

I just clone the rel-v1.0.1-rc2 but met another similar error and did I clone the wrong branch?

git checkout -b

HEAD is now at 34a9206 Fixed bug, register 0 was sometimes written

sdk:vp:checkout: make checkout

MODULE pulp-rt:pulp-rt command checkout HEAD is now at e923766 Few fixes for software implementation of barriers and locks

MODULE pc_analyzer:pc_analyzer command checkout Cloning into '/home/speedzheng/hero/hero-sdk/pulp-sdk/tools/pc_analyzer'... git@iis-git.ee.ethz.ch's password:

vogelpi commented 6 years ago

Hi,

it seems that the builder wants to build more modules than actually needed. Unfortunately, I cannot fix it right now. Can you please try the following:

In hero-sdk, open the file hero-z-7045-builder and then you comment Line 83, i.e., make env all turns into #make env all

Then you do again hero-z-7045-builder -A. Please let me know if it works.

Best regards, Pirmin

alessandrocapotondi commented 6 years ago

Dear @speedzheng, thanks for your reports. I see the problem and I am fixing right now. I will push the fix as soon as I finish to test it.

Best, Alessandro

speedzheng commented 6 years ago

Hi, just tried but same issue. Do you need to sync to rel-v1.0.1-rc2 again? Thanks!

Reached EOF with exit status 0 git submodule update --init ./pulp-tools/bin/plpbuild --p sdk checkout build --stdout

MODULE pc_analyzer:pc_analyzer command checkout Cloning into '/home/speedzheng/hero/hero-sdk/pulp-sdk/tools/pc_analyzer'... git@iis-git.ee.ethz.ch's password:

alessandrocapotondi commented 6 years ago

It is not yet merged. I will merge it into the master and I will let you know.

speedzheng commented 6 years ago

Now it works. Thanks for great support.

andreaskurth commented 6 years ago

Thanks for your feedback!