Quote:
Originally Posted by projectdp
Appreciate the help! Still though when I go to
~/asciiportal/PDCurses-3.4/sdl1 and do a make, I get the following error:
Code:
gcc -O2 -Wall -I.. -o firework ../demos/firework.c libpdcurses.a -L/usr/lib/arm-linux-gnueabihf -lSDL
/usr/bin/ld: libpdcurses.a(initscr.o)(.text+0x320): unresolvable R_ARM_ABS32 relocation against symbol `ttytype'
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
make: *** [firework] Error 1
Which is very similar to the error I was receiving earlier.
|
http://people.defora.org/~khorben/place/blog/8
mentions this type of error in clibs on arm.
he also talks about digging into the errors originating code, which would no doubt help. It's beyond my skills.
I assume you have all the relevant kernel symbols in your keychain, although again I am not sure if that is even related to the issue. sorry mate