| View previous topic :: View next topic |
| Author |
Message |
F0L

Joined: 09 Mar 2008 Posts: 8 Location: Wales, United Kingdom
|
Posted: Wed Oct 08, 2008 5:28 am Post subject: Assembler Message Error |
|
|
Hi, I have been searching round for a day now, and I cant find an answer to the issue im getting.
Im only getting this issue since setting up a fresh install of cygwin, latest psptoolchain and psplibraries.
If I go back to my June 07 toolchain, it compiles fine, but im not able to use the newer features of the latest toolchain. Plus the latest toolchain is slower, as you cant use the -G8 flag. I can only use the -G3 flag.
Anyways heres my error. Also this happens with PSP UAE4ALL, seems to be something with the FAMEC code and the new toolchain.
-c -o src/m68k/fame/m68k_intrf.o src/m68k/fame/m68k_intrf.c
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s: Assembler messages:
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s:187533: Warning: end of file n
ot at end of a line; newline inserted
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s:188147: Error: bad expression
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s:188147: Error: bad expression
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s:188147: Error: illegal operand
s `lw'
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/cciNPcuv.s:188147: Warning: missing .end
at end of assembly
make: *** [src/m68k/fame/famec.o] Error 1
Baring in mind this same code works fine with June 07 toolchain |
|
| Back to top |
|
 |
jbit Site Admin

Joined: 28 May 2005 Posts: 293 Location: København, Danmark
|
Posted: Wed Oct 08, 2008 6:30 am Post subject: |
|
|
| Are you running out of disk space? (seen similar errors due to this) |
|
| Back to top |
|
 |
F0L

Joined: 09 Mar 2008 Posts: 8 Location: Wales, United Kingdom
|
Posted: Wed Oct 08, 2008 6:31 am Post subject: |
|
|
Right, I defined no short events and its altered the error. Still dont know why its happening.
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/ccayN0jc.s: Assembler messages:
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/ccayN0jc.s:200808: Warning: end of file n
ot at end of a line; newline inserted
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/ccayN0jc.s:201321: Error: bad expression
/cygdrive/c/DOCUME~1/FOL/LOCALS~1/Temp/ccayN0jc.s:201321: Warning: missing .end
at end of assembly
make: *** [fame/famec.o] Error 1 |
|
| Back to top |
|
 |
F0L

Joined: 09 Mar 2008 Posts: 8 Location: Wales, United Kingdom
|
Posted: Wed Oct 08, 2008 6:31 am Post subject: |
|
|
| jbit wrote: | | Are you running out of disk space? (seen similar errors due to this) |
Nope got 35GB's left on my WinXP Drive. |
|
| Back to top |
|
 |
F0L

Joined: 09 Mar 2008 Posts: 8 Location: Wales, United Kingdom
|
Posted: Sat Oct 11, 2008 9:19 pm Post subject: |
|
|
Right, I removed the -O compiler flag and it compiles fine now. However without the optimisations, it runs painfully slow.
I have tried adding the flags that the -O3 flag enables but get same result, very very very slow.
Is there any way around this? As I said its only happening since installing the latest toolchain. |
|
| Back to top |
|
 |
|