08-30-07 12:20 PM
Hello,
I have a weird problem using 'make'. When I try to compile using an
(automatically generated) makefile, I get some error messages like the
following:
----------------------------------------------------------------------------------------[vbc
ol=seagreen]
cc -c <-- skipped --> rtw_test.c
/tmp/ccrai8yi.s: Assembler messages:
/tmp/ccrai8yi.s:120: Error: suffix or operands invalid for `push'
/tmp/ccrai8yi.s:122: Error: suffix or operands invalid for `push'
/tmp/ccrai8yi.s:123: Error: suffix or operands invalid for `push'
----------------------------------------------------------------------------
-------------
However, when I copy the command "cc -c <-- skipped --> rtw_test.c"
manually into a shell it works without errors!
Any ideas what's going on? I would be happy about any suggestions.
PS: I already tried to specify a different shell within the makefile
(using SHELL=/bin/bash, etc ...), but this did not solve the
problem.
regards,
christian
[ Post a follow-up to this message ]
|