when open the DS tool to profile linux target and search linux target ( in same ethernet)
it is normal i can see the target i have, and select , install
but progress of configuring target ... pop up ( swtich gatord to user space?) and click yes
then progress compeleting 75%... and stop, could you help me out?
when the work stopped , gatord process of odroid is automatically "done"
So the progress bar for target setup gets stuck at 75% and never advances? Do you see any errors in the Eclipse Error log?
The easiest workaround would be to install gatord manually on the target. Depending on what version of DS-5 you have, the prebuilt gatord may be in different places, but you can either find that one or build it from source.
If you're getting the popup for switching to user space, you may already have gatord installed, is that gatord up to date?
yes, getting stuck at 75% and never advance. i saw a error msg [Unable to connect to the gator daemon at your_target_address. Please verify you have installed the gator daemon on your target and it is running. Installation instructions can be found in: .../README_Streamline.txt]
your_target_address
i didn't install gator before, and i've installed newest version DS-5 and gator in that source file of DS-5. i release any firewalls on my host PC.
i can see on linux commanding ' netstat -pl | grep gatord ' gatord is running and listening with port 8082
when i try connecting error pops up and gatord's work is done (i mean that process is ended by something or i dont' know)
OK, then target setup is not working for you. Please build gatord manually using the source in DS-5/arm/ or by downloading it from https://github.com/ARM-software/gator. Then copy gatord to the target and start it as root. You then should be able to use Streamline.
i already built gatord with built-in kernel compile
how to do i check it properly installed
and i've tried module compile
move the gator source to the kernel source file and modified some makefile
and make modules, make modules_install
and i got gator.ko but i cant insert it into the kernel , i got msg invalid module format