david911
Abandoned Uranium Working

Posts: 17
|
Post by david911 on Apr 27, 2022 19:55:49 GMT
Hi im trying to compile in CPC, but when trying to build i get the following. It compiles fine in speccy, but not amstrad.
1 file(s) copied.
CPC build ....
1 file(s) copied.
1 file(s) copied.
AGD Compiler for Amstrad CPC464 version 0.7.10
(C) Jonathan Cauldwell June 2020
Sourcename: deleteme.agd
Output: deleteme.asm
1 file(s) copied.
ERROR on line 3919 of file deleteme.asm
ERROR: File 'user.asm' not found
deleteme.agd not found .....
// i also tried to edit the build.bat under the CPC suite and add the line and under these two lines:
AGD %1 copy %1.asm ..\pasmo Add a new line: copy ..\..\user.asm ..\pasmo\
But it also didnt work with the following error. CPC build ....
1 file(s) copied.
1 file(s) copied.
AGD Compiler for Amstrad CPC464 version 0.7.10
(C) Jonathan Cauldwell June 2020
Sourcename: deleteme.agd
Output: deleteme.asm
1 file(s) copied.
1 file(s) copied.
ERROR on line 126 of file deleteme.asm
ERROR: Symbol 'nmedat' is undefined
deleteme.agd not found .....
|
|
|
Post by oss003 on May 6, 2022 6:26:32 GMT
This is a bug in the CPC suite .... Please create a textfile called USER.ASM in the ...\v0.7.10\Suite CPC\Pasmo directory with following content: user ret Now it should work. Greetings Kees Attachments:User.asm (12 B)
|
|
|
Post by magicknight75 on Sept 6, 2022 20:32:36 GMT
awesome that worked straight away  thanks
|
|