-
Notifications
You must be signed in to change notification settings - Fork 1
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
Missing startup.o #1
Comments
Hi Andrés, just in case. Are you aware that the official USB NetUSBee driver sources reside here? https://github.com/freemint/freemint/tree/master/sys/usb/src.km/ucd/netusbee This repository is an old fork. |
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->Perfect, thanks! I managed to compile from those sources, after slightly touching the Makefile.objs file, because was trying to run the gcc command and I don´t have it (only the 68k cross compiler), and modified like this: $(STRIPEX): $(top_srcdir)/usb/src.km/tos-common/stripex.c cp $(top_srcdir)/usb/src.km/tos-common/stripex.c . m68k-atari-mint-gcc stripex.c -o $(STRIPEX) Best regards, Andres. Sent from Mail for Windows From: DavidGZSent: Friday, October 1, 2021 3:55 AMTo: anodynesoftware/netusbeeCc: Andres Vettori; AuthorSubject: Re: [anodynesoftware/netusbee] Missing startup.o (#1) Hi Andrés, just in case. Are you aware that the official USB NetUSBee driver sources reside here?https://github.com/freemint/freemint/tree/master/sys/usb/src.km/ucd/netusbeeThis repository is an old fork.—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to compile this code and got the libcmini.a file but could not find the file startup.o anywhere.
Thanks!
The text was updated successfully, but these errors were encountered: