Forum : ARM
Original Post
Post Information | Post |
---|---|
April 15, 2007 - 1:09am
|
Hello - I purchased the Reva STR91x kit, and installed the software from the CD. When I try to run the 7 Step Quickstart, I get errors. In the window at the bottom of RIDE, on the Make tab, I get "cc1:error: invalid option 'fpu=fpa'. The main.o.log file shows this option in the arm-elf-gcc command line ("-mfpu=fpa"). It also shows that the ARM architecure selected is "-march=armv5te". |
Hi,
The options you describe are correct, I just checked them here.
What is not normal is that they are passed to "cc1", which is the preprocessor.
If the installation process went correctly, then the example should compile right away.
Can you send us (to "support@raisonance.com") a screenshot of your errors?
Or send all the .log files in your example folder.
In fact, just zip the whole folder and send it to us.
Also, we'll need more information:
What distribution of GCC are you using?
If you are using GNUARM4.0, is it the one from our CD or did you get it somewhere else? (where?)
Also, it might be a conflict with some other installation of GCC.
Did you have any other GCC installed before? (even if not for ARM)
Did you have cygwin or any program using it? (CVS, ...)
Best Regards,
Vincent