psoc1 compilation error

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

hi

i am new in cypress..i bought a psoc1 board and a miniprog  3 programmer..i install psoc designer in windows 7 pc, when i compile  i am getting an error like this

Starting MAKE...

creating project.mk

name translation failed on C:/Program\ Files\ (x86)/Cypress/PSOCDE~1/5.4/Common/CYPRES~1 - 3

name translation failed on C:\Program - 2

name translation failed on Files - 2

name translation failed on (x86)\Cypress\PSOCDE~1\5.4\Common\CYPRES~1\tools\include\CY8C28~1 - 3

lib/psocconfig.asm

!E lib/psocconfig.asm(19): file 'm8c.inc' not found in current directory or in include path(s)

!E lib/psocconfig.asm(56): no such mnemonic 'RAM_PROLOGUE'

!E lib/psocconfig.asm(62): no such mnemonic 'RAM_EPILOGUE'

!E lib/psocconfig.asm(86): no such mnemonic 'RAM_PROLOGUE'

!E lib/psocconfig.asm(89): no such mnemonic 'M8C_SetBank0'

!E lib/psocconfig.asm(104): no such mnemonic 'M8C_SetBank0'

!E lib/psocconfig.asm(107): no such mnemonic 'RAM_EPILOGUE'

!E lib/psocconfig.asm(129): no such mnemonic 'RAM_PROLOGUE'

!E lib/psocconfig.asm(142): no such mnemonic 'M8C_SetBank0'

!E lib/psocconfig.asm(143): no such mnemonic 'M8C_ClearWDT'

!E lib/psocconfig.asm(152): no such mnemonic 'M8C_SetBank1'

!E lib/psocconfig.asm(172): no such mnemonic 'RAM_EPILOGUE'

make: *** [lib/obj/psocconfig.o] Error 1

make: *** Deleting file `lib/obj/psocconfig.o'

PDProject3 - 14 error(s) 0 warning(s) 19:48:04

i done lot of searing to find a solution for this problem...i tried all solution which i got from different discussion forums, but i have no luck..please help me to solve this

0 Likes
7 Replies
SampathS_11
Moderator
Moderator
Moderator
250 sign-ins 250 solutions authored 5 questions asked

This thread has the solution to the issue you are facing.

Best regards,

Sampath Selvaraj

0 Likes
Anonymous
Not applicable

Hi...

         Already i tried it...its not at sove my probleam...Before sending a mail to you..i done all the things ,which i got from google...

Thank's

Dinu wilson

Get Outlook for Android

0 Likes

Can you kindly attach your project?

Best regards,

Sampath Selvaraj

0 Likes
Anonymous
Not applicable

Hi...

how can i do it?...please tell me.the steps

Get Outlook for Android

0 Likes

Please kindly follow this procedure.

- Uninstall PSoC Designer 5.4

- Delete the directory C:\Program Files\Cypress\PSoC Designer\5.4

- From the Start menu, select Run.

- In the Run window, type cmd.

- In the DOS window, type fsutil behavior query disable8dot3

- If the result is disable8dot3 = 0 you are done.

- If the result is disable8dot3 = 1, type fsutil behavior set disable8dot3=0.

- Reboot the computer

- Install PSoC Designer 5.4 in the directory C:\Cypress

- Reboot the system

- Create a new empty project and check the build process

0 Likes
Anonymous
Not applicable

Hi...

i done it...no change.showinng same probleam

Get Outlook for Android

0 Likes

Hi,

Try deleting the file "project.dep", and then rebuilding your project.

Thanks,

Sampath

0 Likes