Porting to PSP (PSPSDK toolchain)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all.

I'm developing an application for the PSP Console using the PSPSDK
toolchain and I'm having trouble porting pjSIP to this platform.
I've read the document "Porting SIP and Media Stack to Embedded
Systems" witch I found very insightful but didn't reference the needed
steps to make the porting. I also have read the PJLIB Porting Guide
from PJLIB's manual but its deprecated because of the current
autoconf.

I'm sort of noob in unix/linux toolchains, and PSPSDK is based on
them, so its possible I'm trying to do to much to soon... can anyone
provide any guidance or tips on this matter?

What I've done is:
- Added to config.sub:
		psp)
		basic_machine=mipsallegrexel-psp
		os=-elf
		;;
Then I run this:
CPPFLAGS="-I$(psp-config --pspsdk-path)/include -G0" \
LDFLAGS="-L$(psp-config --psp-prefix)/lib -L$(psp-config --pspsdk-path)/lib" \
LIBS="-lc -lpspnet_inet -lpspnet_resolver -lpspuser" \
bash ./configure --host=psp --disable-tools --disable-shared \
--prefix=$(psp-config --psp-prefix)

(The psp-config gives the path to the PSP SDK)

The output to configure and make are in attachment.

I would appreciate any input.

Thanks
F?bio Pedrosa
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: make_dep.txt
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081008/09d5ae5a/attachment-0002.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.txt
URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20081008/09d5ae5a/attachment-0003.txt>


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux