bebbo / amiga-gcc

The GNU C-Compiler with Binutils and other useful tools for cross development for Amiga
GNU General Public License v2.0
312 stars 66 forks source link

.bsschip and .datachip directives not supported anymore #345

Closed jotd666 closed 1 year ago

jotd666 commented 1 year ago

Just updated the toolchain with prebuilt windows setup and while it fixed a link problem on some C program, my asm sources won't build anymore

amiga/amiga.68k:2573: Error: unknown pseudo-op: `.bsschip'
amiga/amiga.68k:2604: Error: unknown pseudo-op: `.datachip'

What is the replacement for this?

bebbo commented 1 year ago

you need to add a .section statement, e.g.

    .section .bsschip
jotd666 commented 1 year ago

oh, yes, that works. Thank you so much!

Le ven. 26 mai 2023 à 08:50, bebbo @.***> a écrit :

you need to add a .section statement, e.g.

.section .bsschip

— Reply to this email directly, view it on GitHub https://github.com/bebbo/amiga-gcc/issues/345#issuecomment-1563889457, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD54CEVV2QWHPX7NNQQGZZDXIBHCPANCNFSM6AAAAAAYPKGZAY . You are receiving this because you authored the thread.Message ID: @.***>