Questions tagged [assembler-warnings]

4 questions
0
votes
0 answers

When using cmake to generate an executable for the NXP S32K148 platform code on Ubuntu, I'm encountering issues related to cross compiler

I am encountering the issue like Selected processor does not support the following instruction, while running the make which generated from the CMakeLists (for the NXP S32K148 platform on Ubuntu). Note: I have enabled the ASM as well as stated the…
0
votes
0 answers

sequentially light the LEDs clockwise with an interval of 0.5 seconds assembler

I can't figure out how to write the code in Assembler to get the desired result: sequentially light the LEDs clockwise with an interval of 0.5 seconds Assembler is not my strong point, I have a rough idea how to write this cide in C, but Assembler…
JinHo
  • 1
  • 1
0
votes
1 answer

problem with a code "initializer magnitude too large for specified size" on assembler

code works in the following way:it solves the following problem "2d/a-21bd". then it should open a message box, where the result is shown. here is the code: ;include \masm64\include64\masm64rt.inc .data ;data for the code a dq 1 …
user16087723
0
votes
1 answer

How can I disable the ptxas warning about indeterminable stack size?

When compiling CUDA device code, you may get the error (with line break for readability): ptxas warning : Stack size for entry function '_ZN7kernels11print_stuffIiEEvv' cannot be statically determined This can have several reasons, like dynamic…
einpoklum
  • 118,144
  • 57
  • 340
  • 684