We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015889d commit f4dd402Copy full SHA for f4dd402
tools/export/makefile/__init__.py
@@ -40,6 +40,9 @@ def generate(self):
40
41
Note: subclasses should not need to override this method
42
"""
43
+ if not self.resources.linker_script:
44
+ raise NotSupportedException("No linker script found.")
45
+
46
self.resources.win_to_unix()
47
48
to_be_compiled = [splitext(src)[0] + ".o" for src in
0 commit comments