Dead Hackers Society
Other BBSes »
 
 

68k Inside

Sommarhack 2024

Silly Venture 2024 SE
Demoscene  Coding  CT60  Buy/sell

Atari demoscene BBS
 
Vlink internal error problem
Posted by: Thadoss/Dune Jan,05.2020-19:21 

Hi all,

I encounter a problem with vlink.

I get this internal error :

INTERNAL ERROR: get_text_data_bss(): Multiple code sections (.data).
Aborting.

Any idea of the problem source ?


For info, here is my makefile (nothing exiting here ;):

Regards,
Thadoss


CC = /usr/bin/vc
ASM = ./vasmm68k_mot
LD = ./vlink
CFLAGS = -cpu=68030 -fpu=68882 -O1
ASMFLAGS = -m68030 -Felf -noesc -nosym -quiet -no-opt
LDFLAGS = -b ataritos -tos-flags 7
LOADLIBES =
LDLIBS =

PRG = main.prg
OBJ = main.o

.PHONY: main.s # always rebuild target

all : $(PRG) clean

$(PRG): $(OBJ)
$(LD) $< $(LDFLAGS) -o $@
.c.o:
$(CC) -c $(CFLAGS) $<
.s.o:
$(ASM) $(ASMFLAGS) $< -o $@

main.o: $(SRC)

clean:
rm -f $(OBJ) $(PRG)








[All messages in this thread]    [Start new thread]

Topic Posted by  Date 
Vlink internal error problem Thadoss/Dune Jan,05.2020-19:21
  Re: Vlink internal error problem Emphii Jan,05.2020-20:12
    Re: Vlink internal error problem Thadoss/Dune Jan,05.2020-22:14
      Re: Vlink internal error problem ggn Jan,06.2020-00:20
        Re: Vlink internal error problem Thadoss/Dune Jan,06.2020-00:50
          Re: Vlink internal error problem evil Jan,06.2020-19:22
            Re: Vlink internal error problem tat Jul,26.2020-11:03
              Re: Vlink internal error problem Chain-Q Jul,26.2020-14:57
              Re: Vlink internal error problem mikro Jul,27.2020-07:56
                Re: Vlink internal error problem tat Jul,27.2020-13:53
                  Re: Vlink internal error problem mikro Jul,28.2020-08:13
                  Re: Vlink internal error problem mikro Jul,29.2020-13:15
                    Re: Vlink internal error problem tat Jul,29.2020-16:22


Reply to this message
Name:
Topic:
Anti-troll code:

Message:

What's the anti-troll code?
That's your personal code to be able to add comments and messages on the dhs.nu site.
Don't have a code or forgot it? Fix it here.
© 1994-2024 Dead Hackers Society Contact: Anders Eriksson