H.264 on CBE

From esoterum.org
Revision as of 13:27, 8 August 2008 by Baker (Talk | contribs)

Jump to: navigation, search

PS3

Login

  • ssh [user]@149.169.176.117

File Transfer

  • sftp [user]@149.169.176.117
  • put /home/mbaker/workspace/[project]/[file] [PS3 filename]
  • get [PS3 filename] /home/mbaker/workspace/[project]

Implementations

-School of EECS, Seoul National University, Seoul, Korea
-Samsung Electron. Co., Ltd., Suwon, Korea.

Compiling JM14.1 for CBE

  • Compiler requires switch -fsigned-char to set default signedness of char to signed. This is an issue between x86 and PPC which use signed and unsigned char respectively, information on signed char here: An Introduction to GCC
  • Don't know yet if these flags from JM Makefile are needed: -std=gnu99 -pedantic -ffloat-store -fno-strict-aliasing -m32



Last printed: 8.1