kubilus1 / gendev

Genesis development environment for Linux.
BSD 3-Clause "New" or "Revised" License
209 stars 23 forks source link

skeleton test does not work #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. cd skeleton
2. make
3.

What is the expected output? What do you see instead?
sys.c : undefined reference to main() errors

What version of the product are you using? On what operating system?
Ubuntu 14.04

Please provide any additional information below.
Will try rebuilding tonight and email output tomorrow!

Original issue reported on code.google.com by MTA.al...@gmail.com on 14 Aug 2014 at 3:59

GoogleCodeExporter commented 9 years ago
Same issue with Xubuntu 14.04, but related to libmd, called by sys.c. Output 
from makefile:

/opt/toolchains/gen/m68k-elf/lib/libmd.a(sys.o): In function `_start_entry':
sys.c:(.text+0x80e): undefined reference to `main'
/opt/toolchains/gen/m68k-elf/lib/libmd.a(sys.o): In function `_reset_entry':
sys.c:(.text+0x81e): undefined reference to `main'
collect2: error: ld returned 1 exit status
make: *** [out.elf] Error 1

Original comment by mvit...@icloud.com on 23 Nov 2014 at 3:31

GoogleCodeExporter commented 9 years ago
Hi There,

I eventually got this working and contacted the man developer about it ( he 
seemed to be a really cool dude ) 

I have forgotten about this completely and will try to post a patch tomorrow ( 
Like I said I would so long ago! )

That being said, I managed to get the example code working so does that work 
for you?

Original comment by MTA.al...@gmail.com on 25 Nov 2014 at 3:52