Efika MX reboot !
Michael Grunditz (467) 531 posts |
Hi everyone ! Sorry for not giving any updates. I have lost all of my sources due to a fault backup and Lion on my MBP :( This is not necessarily a bad thing since I was stuck. Michael |
Colin Ferris (399) 1809 posts |
Which machine/OS/emulator are you using for programming? |
Michael Grunditz (467) 531 posts |
Virtual RPC select. I don’t have the exact error right now , but it was illegal opcodes. It used to build with the same configuration (with raFS , hostfs failed). |
Colin Ferris (399) 1809 posts |
What version RISC OS are you running RO3.7? Are you using !Zap as your text editor – if so you can set it up to ‘Throw-back’ to line giving your error. |
Michael Grunditz (467) 531 posts |
objasm -depend !Depend -g -o o.GetAll s.GetAll ARM AOF Macro Assembler 3.32 (Acorn Computers Ltd) [20 May 2010] Error: Unknown opcode at line 76 in file s.Convrsions included by GET/INCLUDE directive at line 102 in file “s.GetAll” 76 fc0283c8 DCQ 10000000000 ; 10^10Error: Unknown opcode at line 77 in file s.Convrsions included by GET/INCLUDE directive at line 102 in file “s.GetAll” 77 fc0283c8 DCQ 100000000000
I am using RISC OS Adjust , but running with HostFS I don’t get all files when extracting the sources. |
Chris Gransden (337) 1202 posts |
There are now a few files that need objasm 4 to build. You can either upgrade or revert to these files Convrsions and vdupointer. |
Michael Grunditz (467) 531 posts |
Thank you, I definitely upgrade the compiler because I will sooner or later have access to newer hw. |
Michael Grunditz (467) 531 posts |
It fails on install phase because it cannot find the rom fonts (?). |
Trevor Johnson (329) 1645 posts |
Could that be the fonts issue discussed under Problems building OMAP ROM, or is that outdated now? |