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

[feature] Support linear assembly of TI DSP #13670

Open
Freed-Wu opened this issue Sep 12, 2024 · 1 comment · May be fixed by #13989
Open

[feature] Support linear assembly of TI DSP #13670

Freed-Wu opened this issue Sep 12, 2024 · 1 comment · May be fixed by #13989

Comments

@Freed-Wu
Copy link
Contributor

Same as cmake:

https://discourse.cmake.org/t/how-to-compile-linear-assemble/8122

$ cl6x --help
...
Default File Extensions Options:
  --ap_extension,-el=.ext      Extension for linear asm files (default is .sa)
  --asm_extension,-ea=.ext     Extension for assembly files (default is .asm)
  --c_extension,-ec=.ext       Extension for C files (default is .c)
...

TI DSP C compiler support linear assemble, which will not be detected by meson.

@Freed-Wu
Copy link
Contributor Author

Freed-Wu commented Dec 9, 2024

I suggest to add a new language name asm_linear like nasm, masm to solve this problem.

Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
@Freed-Wu Freed-Wu linked a pull request Dec 9, 2024 that will close this issue
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
Freed-Wu added a commit to Freed-Wu/meson that referenced this issue Dec 9, 2024
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 a pull request may close this issue.

1 participant