Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined reference to 'do_varargs' #3

Open
Jiezen opened this issue Jun 4, 2020 · 0 comments
Open

undefined reference to 'do_varargs' #3

Jiezen opened this issue Jun 4, 2020 · 0 comments

Comments

@Jiezen
Copy link

Jiezen commented Jun 4, 2020

When I try to build my DLL with win32ada 2017, it issues an error :

gnatlink <ali\file> -o <jnk\file> -mdll -Wl,base-file,<base\file>
win32-winuser.o:win32-winuser.adb:(.text+0xa62): undefined reference to 'do_varargs' 
win32-winuser.o:win32-winuser.adb:(.text+0x15be): undefined reference to 'do_varargs' 
collect2.exe: error: ld returned 1 exit status
gnatlink: error when calling C:\GNAT\2017\bin\gcc.exe

Do you know why gnatlink issues this error ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant