So my first try to compile my own GB6 ASM code isn't going well..
In the code it has..
OPT P=68040,P=68881
OPT O+
Fair enough..
But trying to compile I get a error...
Do I need a FPU lib or something for it to compile ?
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
DEVPAC 68881 required error
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
DEVPAC 68881 required error
You do not have the required permissions to view the files attached to this post.
-
czietz
- Posts: 578
- Joined: 14 Jan 2018 13:02
Re: DEVPAC 68881 required error
Not that I have much experience with Devpac, but the syntax of the OPT P line should be different according to the manual:
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: DEVPAC 68881 required error
Thanks, tried it, but still get the same error message :(
-
czietz
- Posts: 578
- Joined: 14 Jan 2018 13:02
Re: DEVPAC 68881 required error
What is the statement in line 423, then?
EDIT: Also I wonder if the combination of 68040/68881 is even allowed in Devpac, considering that the 68040 has a builtin FPU.
EDIT: Also I wonder if the combination of 68040/68881 is even allowed in Devpac, considering that the 68040 has a builtin FPU.
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: DEVPAC 68881 required error
czietz wrote: 20 Jun 2019 09:52 What is the statement in line 423, then?
EDIT: Also I wonder if the combination of 68040/68881 is even allowed in Devpac, considering that the 68040 has a builtin FPU.
Its the ASM routines for GB6.. d.m.l wrote them, and of course it compiled.. So I don't think the source is wrong, unless he used some other compiler. Will have to see if I can find his email address and ask him about it.
You do not have the required permissions to view the files attached to this post.
-
PhilC
- Moderator

- Posts: 7382
- Joined: 23 Mar 2018 20:22
Re: DEVPAC 68881 required error
Could it be that to compile the code, you need to have an FPU of the correct type installed in the computer?
If it ain't broke, test it to Destruction.
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: DEVPAC 68881 required error
I tried compiling in Hatari , as a 030 with FPU already.. I thought maybe steem was being moody, but have same issue on Hatari.PhilC wrote: 20 Jun 2019 10:11 Could it be that to compile the code, you need to have an FPU of the correct type installed in the computer?
-
czietz
- Posts: 578
- Joined: 14 Jan 2018 13:02
Re: DEVPAC 68881 required error
OK, so the assembler needs a FPU on the development machine to handle floating point constants. WTF! They could have easily done that entirely in software. I know why I don't like Devpac much.
The particular line...
FMOVE.S #1.001,FP0
... compiles fine under Hatari with 68030 + FPU, if I use the 68030 version of the Devpac assembler, i.e., GEN030.TTP. I guess the regular 68000 version does not recognize the FPU if interfaced to a 68030.
The particular line...
FMOVE.S #1.001,FP0
... compiles fine under Hatari with 68030 + FPU, if I use the 68030 version of the Devpac assembler, i.e., GEN030.TTP. I guess the regular 68000 version does not recognize the FPU if interfaced to a 68030.
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: DEVPAC 68881 required error
ah so there is a 030.ttp in there, but just swapping the files gives another problem..
So back to Hatari then... see what happens...
EDIT:
Ah here we go then...
So this file should match the GB6 asm file... lets see...
So back to Hatari then... see what happens...
EDIT:
Ah here we go then...
So this file should match the GB6 asm file... lets see...
You do not have the required permissions to view the files attached to this post.
-
exxos
- Site Admin

- Posts: 28149
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: DEVPAC 68881 required error
So the only file it compiles to anything similar is "Lattice Linkable".. But the end of the file is different :shrug:
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: CCBot and 9 guests