GithubHelp home page GithubHelp logo

simias / psxsdk Goto Github PK

View Code? Open in Web Editor NEW
63.0 63.0 14.0 1.17 MB

Automatically exported from code.google.com/p/psxsdk

License: Other

Makefile 2.59% C 94.11% C++ 0.68% Assembly 2.39% Shell 0.23%

psxsdk's People

Contributors

simias avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

psxsdk's Issues

memcpy(), etc. broken in 0.1

Functions like memcpy(), memmove() and others are broken in 0.1.
This happens because the incriminated functions are handled by the BIOS, and 
the BIOS implementation is broken.

The solution is, for now, to check out, and compile and install the SVN 
version. You can read the Changelog for more information.

Original issue reported on code.google.com by [email protected] on 8 Dec 2010 at 11:08

Can't build the toolchain with make file in /usr/local/psxdsk

What steps will reproduce the problem?
1. Download PSXSDK
2. copy files to /usr/local/psxsdk
3. type sudo make and hit enter

What is the expected output? What do you see instead?
sh -c "export PATH=$PATH:/usr/local/psxsdk/bin;make -C libpsx"
mipsel-unknown-elf-gcc -Iinclude/ -G0 -O0 -fno-builtin -mno-gpopt -nostdlib 
-msoft-float -c -o out/syscalls.o src/syscalls.s
make[1]: mipsel-unknown-elf-gcc: No such file or directory
make[1]: *** [out/syscalls.o] Error 1
make: *** [build] Error 2


What version of the product are you using? On what operating system?
Using version 0.1 on Mac OS X and Ubuntu 10.4

Please provide any additional information below.
Here is the output I see when I try doing make on the folder:


make -C misc
sh genscripts.sh /usr/local/psxsdk
make -C tools
make[1]: Nothing to be done for `all'.
make -C misc install
mkdir -p /usr/local/psxsdk/bin
mkdir -p /usr/local/psxsdk/mipsel-unknown-elf/lib/ldscripts
cp -v psx-gcc /usr/local/psxsdk/bin
psx-gcc -> /usr/local/psxsdk/bin/psx-gcc
cp -v playstation.x /usr/local/psxsdk/mipsel-unknown-elf/lib/ldscripts
playstation.x -> 
/usr/local/psxsdk/mipsel-unknown-elf/lib/ldscripts/playstation.x
make -C tools install
cp -rv bmp2tim elf2exe getpsxiso mkpsxiso vag2wav wav2vag exefixup systemcnf 
bin2c huff /usr/local/psxsdk/bin
bmp2tim -> /usr/local/psxsdk/bin/bmp2tim
elf2exe -> /usr/local/psxsdk/bin/elf2exe
getpsxiso -> /usr/local/psxsdk/bin/getpsxiso
mkpsxiso -> /usr/local/psxsdk/bin/mkpsxiso
vag2wav -> /usr/local/psxsdk/bin/vag2wav
wav2vag -> /usr/local/psxsdk/bin/wav2vag
exefixup -> /usr/local/psxsdk/bin/exefixup
systemcnf -> /usr/local/psxsdk/bin/systemcnf
bin2c -> /usr/local/psxsdk/bin/bin2c
huff -> /usr/local/psxsdk/bin/huff
sh -c "export PATH=$PATH:/usr/local/psxsdk/bin;make -C libpsx"
mipsel-unknown-elf-gcc -Iinclude/ -G0 -O0 -fno-builtin -mno-gpopt -nostdlib 
-msoft-float -c -o out/syscalls.o src/syscalls.s
make[1]: mipsel-unknown-elf-gcc: No such file or directory
make[1]: *** [out/syscalls.o] Error 1
make: *** [build] Error 2


I have gcc and binutils installed on both systems. 

Original issue reported on code.google.com by [email protected] on 8 Dec 2010 at 3:21

_card_read(), _card_write() (memcard.h)

wrapper functions for _card_read() and _card_write() are not properly 
implemented.
They should be:
long _card_read(long chan, long block, unsigned char *buf);
long _card_write(long chan, long block, unsigned char *buf);

Original issue reported on code.google.com by [email protected] on 13 Jan 2011 at 6:21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.