Re: [pypy-dev] a question about translating pypy for raspberry pi

Hi Gelin, Please make sure to include pypy-dev in the CC, so that the others can read the answer. I suggest you to try two things: 1. Try to run pypy under strace: this way you can see where it tries to find .so libraries and which one it cannot find (it might be a dependency of libpypy-c itself) 2. Try a nightly build from here: http://buildbot.pypy.org/nightly/trunk/ Il 10 nov 2017 7:51 PM, "Gelin Yan" <dynamicgl@gmail.com> ha scritto:

Hi Antonio Sorry for coming late. The problem has been resolved. I used a wrong toolchain to build the pypy. I should use raspbian compiler toolchain and the arch ought to be armhf instead of armel. I am not familiar with cross-platform compilation (It was my first time) so I took several days to figure out how to. Regards gelin yan

Hi Antonio Sorry for coming late. The problem has been resolved. I used a wrong toolchain to build the pypy. I should use raspbian compiler toolchain and the arch ought to be armhf instead of armel. I am not familiar with cross-platform compilation (It was my first time) so I took several days to figure out how to. Regards gelin yan
participants (2)
-
Antonio Cuni
-
Gelin Yan