Topic : Problem with assembler (Ride7)?

Forum : 8051

Original Post
Post Information Post
June 16, 2011 - 4:56pm
Guest

When I try to compile using Ride7 (target is SiLabs CP2501, actual project from dev kit), here is the output:

Invoking project defined compiler.
C:\Program Files (x86)\Raisonance\Ride\bin\rc51.exe "CP250x_Configuration.c" DB OE QUIET INTXD OT(7,Speed) PIN(c:\SiLabs\MCU\Inc;C:\Program Files (x86)\Raisonance\Ride\inc;C:\Program Files (x86)\Raisonance\Ride\inc\51)

RC51 COMPILER V03.06.10.173 Evaluation (8 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.

RC51 COMPILATION COMPLETE. 0 WARNING, 0 ERROR

Invoking project defined compiler.
C:\Program Files (x86)\Raisonance\Ride\bin\rc51.exe "CP250x_Main.c" DB OE QUIET INTXD OT(7,Speed) PIN(c:\SiLabs\MCU\Inc;C:\Program Files (x86)\Raisonance\Ride\inc;C:\Program Files (x86)\Raisonance\Ride\inc\51)

RC51 COMPILER V03.06.10.173 Evaluation (8 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.

RC51 COMPILATION COMPLETE. 0 WARNING, 0 ERROR

Invoking project defined compiler.
C:\Program Files (x86)\Raisonance\Ride\bin\rc51.exe "CP250x_USB_Descriptor.c" DB OE QUIET INTXD OT(7,Speed) PIN(c:\SiLabs\MCU\Inc;C:\Program Files (x86)\Raisonance\Ride\inc;C:\Program Files (x86)\Raisonance\Ride\inc\51)

RC51 COMPILER V03.06.10.173 Evaluation (8 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.

RC51 COMPILATION COMPLETE. 0 WARNING, 0 ERROR

Invoking project defined assembler.
C:\Program Files (x86)\Raisonance\Ride\bin\ma51.exe "STARTUP.A51" DEBUG EP QUIET PIN(c:\SiLabs\MCU\Inc;C:\Program Files (x86)\Raisonance\Ride\inc;C:\Program Files (x86)\Raisonance\Ride\inc\51)

MS-DOS MCS-51 MACRO ASSEMBLER MA51 V06.06.10.173 Evaluation (8 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.

*** FATAL ERROR #14 ON INVOCATION-LINE : ')' EXPECTED
Link in progress...
C:\Program Files (x86)\Raisonance\Ride\bin\lx51.exe @"C:\SiLabs\MCU\Examples\CP250x\CP2501_NoScreen\cyglink.txt"

MS-DOS MCS-51 CODE BANKING LINKER/LOCATOR LX51 V05.02.10.173 Evaluation (8 Kb code limited)
Copyright (c) Raisonance S.A.S. 1987-2010. All rights reserved.

***DOS ERROR 301 : INPUT FILE ERROR
(NAME: C:\SILABS\MCU\EXAMPLES\CP250X\CP2501_NOSCREEN\STARTUP.OBJ)
DOS EXCEPTION 2 : No such file or directory
LINK/LOCATE RUN COMPLETE, 1 ERROR FOUND.

Replies
Post Information Post
+1
-1
-1
June 17, 2011 - 2:35pm
Raisonance Support Team

Hi, Thanks for your report. It looks like you have a 64-bit Windows problem. Check out ...forum.raisonance.com/viewtopic.php?id=3080    Best Regards,

+1
0
-1
June 17, 2011 - 11:51pm
Guest

Hello Bruno,

Yes, it fixed the problem.

Thanks,

Slavisa

+1
0
-1
July 23, 2017 - 11:04pm
Vutivi Mashele

You seem to have a broken link. 

Can anyone help me resolve that issue?

+1
0
-1
July 23, 2017 - 11:25pm
Vutivi Mashele

Disregard my last message. I found a related forum.

For future reference:

I read that this was related to the installation directory on 64 bit systems containing paranthesis.

So uninstall both Ride and the compiler kits and re-install them with the installation directory 'c:\Raisonance'.