Author Topic: Rc11 Sdk + Libiconv  (Read 2899 times)

jh

  • Full Member
  • ***
  • Posts: 115
    • View Profile
    • http://
Rc11 Sdk + Libiconv
« on: September 21, 2005, 12:48:20 pm »
Hi,

I've got rc11 running on my C1000 and I'm trying to get some things recompiled that I had working on rc10.  I've got the new SDK but it has a requirement for libiconv.so.2 which I don't have installed and wasn't in the previous SDK.  So, a couple questions:

Is there a reason for the new dependency?

Can I use the previous SDK for rc11?

Thanks!

jason

prohto

  • Newbie
  • *
  • Posts: 12
    • View Profile
Rc11 Sdk + Libiconv
« Reply #1 on: September 21, 2005, 12:57:47 pm »
Hi,

I got the same problem with the SDK when I tried to use it in a regular distribution ( debian unstable ). So I followed the instruction at the pdaxrom homepage and I used the live CD for x86. The problem with libiconv was solved, but there are some some library resolution problem relatet with path's that don't exist and you can't create it, there ar also some missing  package ( I don't remeber exactly which one).
Maybe you could use the native sdk,it is slower, but I have allready compile some packages without any problem.


Best regards



Carlos F.
« Last Edit: September 21, 2005, 01:00:21 pm by prohto »

jh

  • Full Member
  • ***
  • Posts: 115
    • View Profile
    • http://
Rc11 Sdk + Libiconv
« Reply #2 on: September 21, 2005, 01:05:21 pm »
Hmm, good idea...  I'll give the native SDK a try.

Thanks!

jason

prohto

  • Newbie
  • *
  • Posts: 12
    • View Profile
Rc11 Sdk + Libiconv
« Reply #3 on: September 21, 2005, 08:14:49 pm »
Hi again, I solved my problems using the cross SDK on my Debian unstable. I took the libiconv2 from the live cd ant put it on /opt/cross/arm/3.4.4-xscale-softvfp/lib
To make any cross compilation easier I created a special account ( podaxrom ), aded some enviroment variables and created a shell scrpt to do source configuration.
Attached is the libiconv, my enviroment variable and the shell.

good luck


Carlos F.

jh

  • Full Member
  • ***
  • Posts: 115
    • View Profile
    • http://
Rc11 Sdk + Libiconv
« Reply #4 on: September 21, 2005, 09:20:05 pm »
Nice, I'll give that a try.  Thanks!

I was able to get native compilation going.  I needed to add a few symbolic links because I was compiling python modules.  Once I did that, though, it worked great and I was able to create ipks, too.  

Oh yeah, I also had to install the full Python + python-distutils in order to get the setup.py stuff going.  

Thanks!

jason