more tests
This commit is contained in:
parent
69c223028b
commit
f518d465c1
27
README.md
27
README.md
@ -95,20 +95,25 @@ git clone git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git
|
|||||||
cd org.eclipse.tcf.agent/agent
|
cd org.eclipse.tcf.agent/agent
|
||||||
make CC=arm-linux-gnueabihf-gcc LD=arm-linux-gnueabihf-ld MACHINE=arm NO_SSL=1 NO_UUID=1
|
make CC=arm-linux-gnueabihf-gcc LD=arm-linux-gnueabihf-ld MACHINE=arm NO_SSL=1 NO_UUID=1
|
||||||
```
|
```
|
||||||
|
|
||||||
* Transfer executable agent from org.eclipse.tcf.agent/agent/obj/GNU/Linux/arm/Debug to /tmp of Q7S
|
* Transfer executable agent from org.eclipse.tcf.agent/agent/obj/GNU/Linux/arm/Debug to /tmp of Q7S
|
||||||
```sh
|
|
||||||
cd obj/GNU/Linux/arm/Debug
|
```sh
|
||||||
scp agent root@192.168.133.10:/tmp
|
cd obj/GNU/Linux/arm/Debug
|
||||||
```
|
scp agent root@192.168.133.10:/tmp
|
||||||
|
```
|
||||||
|
|
||||||
* On Q7S
|
* On Q7S
|
||||||
```sh
|
```sh
|
||||||
cd /tmp
|
cd /tmp
|
||||||
chmod +x agent
|
chmod +x agent
|
||||||
```
|
```
|
||||||
|
|
||||||
* Run agent
|
* Run agent
|
||||||
```sh
|
```sh
|
||||||
./agent
|
./agent
|
||||||
```
|
```
|
||||||
|
|
||||||
5. In Xilinx SDK 2018.2 right click on project → Debug As → Debug Configurations
|
5. In Xilinx SDK 2018.2 right click on project → Debug As → Debug Configurations
|
||||||
6. Right click Xilinx C/C++ applicaton (System Debugger) → New →
|
6. Right click Xilinx C/C++ applicaton (System Debugger) → New →
|
||||||
7. Set Debug Type to Linux Application Debug and Connectin to Linux Agent
|
7. Set Debug Type to Linux Application Debug and Connectin to Linux Agent
|
||||||
|
Loading…
Reference in New Issue
Block a user