Search found 2 matches

by raindropua
Mon Jan 22, 2018 4:04 pm
Forum: SGDK
Topic: undefined reference to main
Replies: 14
Views: 12459

Re: undefined reference to main


2 possibilities :
- you're trying to build the library with the makefile.gen (instead of makelib.gen)
- you're trying to build a project without any main() method in it
Is it one of these ?


Unfortunately no. It would be too easy. I build the library with the makelib.gen and it builds ...
by raindropua
Mon Jan 22, 2018 1:22 pm
Forum: SGDK
Topic: undefined reference to main
Replies: 14
Views: 12459

Re: undefined reference to main

Hello, everyone. Maybe someone can help me. I stuck by compilation problem. I have this issue only with one PC with Win7, and on Win10 there is no problem with same project.

So there is log:


C:\SGDK\bin\make -f C:\SGDK\makefile.gen
C:/SGDK/bin/mkdir -p src/boot
C:/SGDK/bin/mkdir -p out
C:/SGDK ...