Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
reizencroft
Posts: 7 Joined: Fri Jul 04, 2008 12:12 am
Post
by reizencroft » Fri Nov 28, 2008 8:57 pm
im installing pspgl to in my ubuntu 8.10 machine using the latest of the sdk. But I get stuck on an errors while building the tests.
Code: Select all
rm -f .deps/*.d *.o *.a *.elf *.sys *~
(sym=`echo firefox | tr '-' '_'`; echo -e ".data\n.global ${sym}_start\n${sym}_start:\n\t.incbin \"firefox.raw\"" | psp-as -o firefox.o)
{standard input}: Assembler messages:
{standard input}:1: Error: junk at end of line, first unrecognized character is `-'
make: *** [firefox.o] Error 1
make: Leaving directory `/home/reizen/psp/trunk/pspgl/tests'
I've already installed the imagemagick using both from the ubuntu repositories and the one from
http://www.imagemagick.org but to no avail.
BTW, I've already searched previous posts similar to this case but still won compile.
thx
J.F.
Posts: 2906 Joined: Sun Feb 22, 2004 11:41 am
Post
by J.F. » Sat Nov 29, 2008 6:12 am
Yes, those lines are old... look at the patches I made for TV and pspgl (use the search). I also made patches for getting the tests to compile as well.