question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

shell startFabric.sh CC Not Find?

See original GitHub issue

2018-07-24 22-59-58

the $CC_SRC_PATH => github.com/fabcar/go

Can you tell me the $CC_SRC_PATH is where ?

I find this in cli sudo docker run hyperledger/fabric-tools ls -al but not find

Help me Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
dshuffma-ibmcommented, Jul 24, 2018

Oh, I see what you mean now. I actually confused you here, forget my previous comment.

This path is for the peer process inside the docker container. It does not need to match your host machine’s file structure. The peer image will contain the github.com/fabcar/go files.

0reactions
BoBoGithubcommented, Jul 25, 2018

@dshuffma-ibm Thanks, You are welcome.

Now I run the marbles app success, Then I will see the code around this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

shell startFabric.sh CC Not Find? · Issue #243 - GitHub
This path is for the peer process inside the docker container. It does not need to match your host machine's file structure. The...
Read more >
startFabric.sh fails with docker compose command not find
startFabric.sh. I get the following error: docker-compose -f docker-compose.yml down. ./start.sh: line 13: docker-compose: command not found ...
Read more >
Command not found cc, make error 127 - Ask Ubuntu
If, for some reason, the gcc compiler is already installed, but the symbolic link /usr/bin/cc is missing, you can also do: make CC=gcc....
Read more >
Error with Writing Your ... - fabric@lists.hyperledger.org
Hi, I'm getting an error when working through the instructions found on this page: https://hyperledger-fabric.readthedocs.io/en/latest/write_first_app ...
Read more >
Error deploying Fabric test-network fabcar chaincode
For fabcar sample, you can use startFabric.sh script inside fabcar to deploy chaincode with the language that you want. Specifically run .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found