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

replace sdcclib with sdar. sdcclib was removed in sdcc 3.9.0 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cslezak
Copy link

@cslezak cslezak commented Jun 2, 2020

sdar was added in version 2.9

@DavidEGrayson
Copy link
Member

Thanks. However, I do not want to merge this in until we have a solution for Windows. There is a bug in SDCC that prevents sdar from working well on Windows:

https://sourceforge.net/p/sdcc/bugs/2970/

@cslezak
Copy link
Author

cslezak commented Jun 11, 2020

Ah, I should've known there was a reason that you hadn't switched to sdar yet. Hopefully you can get the attention of the SDCC devs, thanks for taking the time to put the patch together.

@loopj
Copy link

loopj commented Jun 14, 2020

Potentially we could use a platform conditional in the Makefile instead? That way people who install SDCC 4.0 from their Linux/Mac package manager won't get an error, and Windows people can fall back to sdcclib?

@DavidEGrayson
Copy link
Member

That seems fine to me.

@egelja
Copy link

egelja commented Jan 23, 2022

I fixed it by using dos2unix to convert to the proper line endings. Here's the Makefile diff:
0001-build-fix-line-endings-and-library-tool.patch.txt

domino-pl pushed a commit to domino-pl/wixel-sdk that referenced this pull request Apr 24, 2022
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

Successfully merging this pull request may close these issues.

4 participants