Re: Problem running cross-compiled Click on Android devices
Eddie Kohler <[email protected]>
| Newsgroups | gmane.network.routing.click |
|---|---|
| Organization | Harvard University |
| Message-ID | <[email protected]> |
Xinghong, Can you describe the segmentation fault in more detail? Do you know where it happens? Eddie On 1/22/12 7:13 PM, Xinghong Fang wrote: > Hi everyone, > > I'm currently undertaking an project which require click to be port to > Android. I pulled the latest version of Click from git. Then followed the > instruction by Eddie on > http://article.gmane.org/gmane.network.routing.click/7590. Then I pushed > the compiled "click" executable file to the device using "adb push click > /data/click". The problem is, it works fine on Android 2.1. However, on > Android 2.3.3 and 4.0, the program throws segmentation fault every time it > quits. It seems the program runs perfectly and generates correct result. > The segfault only happens when it quits. Does anyone have the same problem? > Thank you. > > Best,