PDA

View Full Version : NMAKE : fatal error U1077: 'c:\ads\bin\armcc' : return code '0x197'


btran
11-22-2002, 01:29 PM
Please help me,
I did install arm compiler into my computer at c:\ads.

try to run helloworld example in SDK, but I got error:

C:\Program Files\BREW SDK v2.0.0\Examples\HelloWorld>nmake /f helloworld.mak all


Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

---------------------------------------------------------------
OBJECT AEEAppGen.o
c:\ads\bin\armcc -c -DDYNAMIC_APP -I. -I..\..\inc -I.. -cpu ARM7TDMI -ap
cs /ropi/interwork/norwpi -littleend -za1 -zas4 -fa -g -Ospace -O2 -I. -I..\..\i
nc -I.. -o AEEAppGen.o ..\..\src\AEEAppGen.c
SafeCast Error 407 + 1
NMAKE : fatal error U1077: 'c:\ads\bin\armcc' : return code '0x197'
Stop.



What is SafeCast Error 407 +1.

did I do some thing wrong, please help me.

Thank,

Binh Tran.

polygonsheep
01-23-2003, 07:16 PM
Anyone else have this problem?

CMH
01-31-2003, 07:17 PM
Yes - I'm having the same problem...

Was working just fine with my eval. copy version 1.0.1

Installed version 1.2, exact same error message.

Can't find the error code in the ARM doc.

Fixed the -za1 -> -zo makefile change as stated in the BREW FAQ for version 1.1.

Any ideas?

polygonsheep
01-31-2003, 07:35 PM
Hi,

I got this when I was just using the compiler with makefiles. Once I ran the gui version, the complier started working with makefiles.

CMH
01-31-2003, 08:12 PM
THANK YOU!!!

All I did was open the GUI. I looked around, decided it was too much to set up... Went back the the command line compiler to try and figure out the error... Now it works! Great, but why?

polygonsheep
01-31-2003, 09:24 PM
Glad to hear that worked. I guess running the GUI somehow initializes something the compiler needs. Don't know what that is though.

vasanths
02-18-2003, 06:46 PM
How do I run the GUI version of the compiler?

I am getting the following error with my temp. license key -Thanks

OBJECT AEEAppGen.o
c:\ads\bin\armcc -c -DDYNAMIC_APP -I. -I..\..\inc -cpu ARM7TDMI -apcs /ropi/interwork -littleend -za1 -zas4 -fa
-g -Ospace -O2 -I. -I..\..\inc -o AEEAppGen.o ..\..\src\AEEAppGen.c
Error: C3063E: unknown option '-za1'
Serious error: C3397E: Cannot obtain license for compiler with license version >= 1.2: No such feature exists
Feature: compiler_7348D1BA
License path: C:\ads\\licenses\license.dat
FLEXlm error: -5,357
For further information, refer to the FLEXlm End User Manual,
available at "www.globetrotter.com".

NMAKE : fatal error U1077: 'c:\ads\bin\armcc' : return code '0x1'
Stop.

vasanths
02-19-2003, 11:06 AM
The problem was because I was using a Temporary License


Realview Compilation Tools for Brew does not work with Temporary License file.

Just received my my license file and now I am able to compile.

-Vasanth