''HiTOP always show errors compiling (the funniest ist that find the errors in the llibraries provided by the firma). Can someone help me?''
How can anyone help you if you don't actually say what errors, specifically, you are getting?!Tip: When dealing with compiler errors, always read the text literally - that usually tells you what to do to fix it! eg, if the error says ''X is undefined'' - then the solution to that is to define X! Another: if the error says ''file X not found'' then you need to verify that the file does, in fact exist - and that the compiler is looking in the correct place for it. etc, etc,...
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Sorry to be a little OT but has anyone been able to use the IAR J-Link with either the performance or com sticks? My local IAR office is severally manpower limited and has not been work on that incompatibility.
I would rather use IAR and in any event HITOP refuses to consider running on 64-bit Win7.
common that one error early in the build will lead to many consequent errors later in the build. eg, if an include file is not found, then anything that relies upon that include file will, obviously, cause further errors! Therefore always start by fixing the earliest error first
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.