Port to Motorola z6
Moderator: ScummVM Team
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
Port to Motorola z6
Can somebody help me to port This Application to Motorola Z6! Thank you very much
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
Thank you very much for your rapid answer, i comment...
We have a SDK working and also a crosscompiler.
WE have just port the Sdl but we can not compile the Scummvm. I think that you could help us as have experience in this kind of ports!
Thank you very much
The SDK you can find it here:
https://ezx.darktech.org/browser/trunk/arm-eabi
Thank you again
We have a SDK working and also a crosscompiler.
WE have just port the Sdl but we can not compile the Scummvm. I think that you could help us as have experience in this kind of ports!
Thank you very much
The SDK you can find it here:
https://ezx.darktech.org/browser/trunk/arm-eabi
Thank you again
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
look! This is my problem when a try to make the Scummvm
sound/rate_arm_asm.s: Assembler messages:
sound/rate_arm_asm.s:1: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:2: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:3: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:4: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:5: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:6: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:7: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:8: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:9: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:10: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:11: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:12: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:13: Error: junk at end of line, first unrecognized character is `@'
This happen in every line of that archive... I do not know the solution of this
sound/rate_arm_asm.s: Assembler messages:
sound/rate_arm_asm.s:1: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:2: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:3: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:4: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:5: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:6: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:7: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:8: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:9: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:10: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:11: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:12: Error: junk at end of line, first unrecognized character is `@'
sound/rate_arm_asm.s:13: Error: junk at end of line, first unrecognized character is `@'
This happen in every line of that archive... I do not know the solution of this
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
I shouldn't respond to this thread, since I'm completely out of my depth...racinglocura07 wrote: sound/rate_arm_asm.s: Assembler messages:
sound/rate_arm_asm.s:1: Error: junk at end of line, first unrecognized character is `@'
What strikes me as odd abou that error is that '@' is the first character of that line. In fact, the whole line is just a comment.
Judging by the GNU Assembler documentation, different architectures use different syntax for comments. The '@' is, apparently, ARM-specific. Making a wild and unsubstantiated guess, is it at all possible that the build script was running the wrong assembler?
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
- eriktorbjorn
- ScummVM Developer
- Posts: 3561
- Joined: Mon Oct 31, 2005 7:39 am
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm
-
- Posts: 8
- Joined: Thu Jul 02, 2009 5:41 pm