Skip to content

Some compilation problems #4

Description

@th-otto

Hi,

when trying to compile in the src/fpemu directory, i get some compile errors:

Now i'm stuck when compiling fpu_68020.c. The compiler is invoked with
m68k-atari-mint-gcc -m68000 -m68020-60, but that causes the assembler to be invoked with

as  -m68040 -mcpu=68000 -mcpu=68000

thus selecting m68000 instruction set. Then it chokes about the inline bfffo asm statement. This happens only with gcc >= 7, with gcc 4.6.4 it works.

You should try to avoid passing more than one cpu option (it doesn't work in the original gcc anyway, because then the assembler options are pasted together)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions