building problem scummvm
Moderator: ScummVM Team
Known issues : key mappings not works. Can't add Zvision and full mohawk engines due linker errors. Broken sword2.5 can't find hypot() in libc:
'hypot' was not declared in this scope
I don't know what the hell happens, but now I get many errors like this :
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:427: error: 'CBitwiseBitmap' has not been declared
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:429: warning: ISO C++ forbids declaration of 'CBitwiseBitmap' with no type
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:429: error: expected ',' or '...' before '*' token
'hypot' was not declared in this scope
I don't know what the hell happens, but now I get many errors like this :
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:427: error: 'CBitwiseBitmap' has not been declared
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:429: warning: ISO C++ forbids declaration of 'CBitwiseBitmap' with no type
/Symbian/S60_5th_Edition_SDK_v1.0/epoc32/include/bitstd.h:429: error: expected ',' or '...' before '*' token
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
I think that sword2.5 requires to much free memory anyway. I'm using S60V3 mostly for building but also the S60 5th SDK, depends if I want to do WINSCW debugging also. Reason for me using the old GCCE is because the newer versions has many link errors which the original (3.4.3) does not have.
But my SDL libs are compiled with ARM RVCT compiler for effciency. Also keymappings are done for ScummVM using my port of SDL not sure if its the same with Hannus SDL.
When it comes to the base addresses each new engine just requires us to up the range of the data range.
But my SDL libs are compiled with ARM RVCT compiler for effciency. Also keymappings are done for ScummVM using my port of SDL not sure if its the same with Hannus SDL.
When it comes to the base addresses each new engine just requires us to up the range of the data range.
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
Here is my latest version of SDL 1.2.14
http://anotherguest.se/SDL-1.2.14_ag.zip
With remotecontrol support (mouse keyboard), touch interface, working keys with E models with qwerty etc.
Should build fine with both gcce and ARMV5 compiler
http://anotherguest.se/SDL-1.2.14_ag.zip
With remotecontrol support (mouse keyboard), touch interface, working keys with E models with qwerty etc.
Should build fine with both gcce and ARMV5 compiler
I already used you SDL 1.2.14 version. But if you update it within two month ago this may help.
I think last symbian devices has sufficient memory to run Sword25.
I find what hypot() is hidden in math.h by '#ifndef _REENT_ONLY'. I try to use solution from reent.h and add option to GCCE -DMISSING_SYSCALL_NAMES but it is not work
Can you add aac support? If you need I share nessery files for building libfaad
I think last symbian devices has sufficient memory to run Sword25.
I find what hypot() is hidden in math.h by '#ifndef _REENT_ONLY'. I try to use solution from reent.h and add option to GCCE -DMISSING_SYSCALL_NAMES but it is not work
Can you add aac support? If you need I share nessery files for building libfaad
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden
-
- ScummVM Porter
- Posts: 1423
- Joined: Sun Oct 30, 2005 2:27 pm
- Location: Malmoe, Sweden