Guest
#1172203
Hello Hello, I'm testing with the AT91SAM7xek evaluation kit. My final object will be communicating via Ethernet using TCP/IP. My first projects I made in IAR. Now I reached the 32kb compiler code limitation. Therefore I started with Eclipse. I can compile code, when I make the makefile myself. Now I'm trying to generate Eclipse my makefile. Therefore I have installed the plugin ARM Realview Compiler. When I like to make a project, I get the following in my console: make -k pre-build main-build make -v GNU Make 3.80 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Building file: ../main.c Invoking: ARM RealView Compiler armcc --debug -c --depend=main.d --apcs=interwork -O0 --diag_style=ide --brief_diagnostics --depend_format=unix_escaped -o"main.o" "../main.c" && \ echo Generated dependency file main.d /bin/sh: armcc: command not found make: *** [main.o] Error 127 make: Target `main-build' not remade because of errors. Build complete for project testproject What goes wrong? Proparably armcc is not found, how can I solve this? Maybe there is a better plugin for generating a makefile for the at91sam7x256? Greetz, Rick