I got the following error when trying to compile a project in Visual Studio. Since none of my files are 712 lines long, this must not be one of my files:
------ Build started: Project: BATSFeedServiceAccelerated, Configuration: Hardware Win32 ------
Performing Post-Build Event...
Building hardware ...
HW_SRC="BATSFeedServiceFPGA_hw.c"; \
for i in $HW_SRC; do CPP_INCLUDES="$CPP_INCLUDES -include $i"; done; \
echo | "C:/Impulse/CoDeveloper3/MinGW/bin/gcc" -E -DIMPULSE_C_SYNTHESIS -DRC_INVOKED -DBYTE="unsigned char" -DWORD="unsigned short" -DDWORD="unsigned int" -Dsize_t="long unsigned int" -DNULL=0 -Dstdin=NULL "-IC:\Impulse\CoDeveloper3\Include" "-IC:/Impulse/CoDeveloper3/StageMaster/include" $CPP_INCLUDES - > BATSFeedServiceAccelerated.i
"C:/Impulse/CoDeveloper3/bin/impulse_snoot" -Timpulse-c BATSFeedServiceAccelerated.i BATSFeedServiceAccelerated.snt
"C:/Impulse/CoDeveloper3/bin/impulse_prep" BATSFeedServiceAccelerated.snt BATSFeedServiceAccelerated.pk0
Impulse C Transformations
Copyright 2002-2009, Impulse Accelerated Technologies, Inc.
All rights reserved.
Build May 13 2009.
processing BATSFeedServiceAccelerated.snt...
"C:/Impulse/CoDeveloper3/bin/impulse_porky" -iterate -fold -unused-syms -unused-types -Dmemcpys -const-prop -scalarize -loop-invariants BATSFeedServiceAccelerated.pk0 BATSFeedServiceAccelerated.pk1
"C:/Impulse/CoDeveloper3/bin/impulse_porky" -build-arefs BATSFeedServiceAccelerated.pk1 BATSFeedServiceAccelerated.pky
"C:/Impulse/CoDeveloper3/bin/impulse_impc" BATSFeedServiceAccelerated.pky BATSFeedServiceAccelerated.sic
Impulse C Preprocessor
Copyright 2002-2009, Impulse Accelerated Technologies, Inc.
All rights reserved.
Build May 13 2009.
---Software activated---
processing BATSFeedServiceAccelerated.pky...
analyzing co_initialize...
found architecture definition: BATSFeedServiceFPGA_arch/Generic
analyzing config_BATSFeedServiceFPGA...
creating stream testInStream ...
creating memory external_hash ...
creating process testbench_process ...
creating process OnData_process ...
"C:/Impulse/CoDeveloper3/bin/impulse_s2xml" BATSFeedServiceAccelerated.sic > BATSFeedServiceAccelerated.xic
Impulse C to XML
Copyright 2003-2007, Impulse Accelerated Technologies, Inc.
All rights reserved.
Build May 13 2009.
Assertion failure in file "..\main.cc" at line 712:
Internal error: expecting a symbol in cond_str
make: *** [BATSFeedServiceAccelerated.xic] Error 1
Project : error PRJ0002 : Error result 2 returned from 'C:\WINDOWS\system32\cmd.exe'.
Build log was saved at "file://c:\Documents and Settings\jonathan.ross\My Documents\Visual Studio 2008\Projects\BATSFeedServiceAccelerated\BATSFeedServiceAccelerated\Hardware\BuildLog.htm"
BATSFeedServiceAccelerated - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Cryptic Error
Started by Jonathan, Jun 05 2009 11:17 AM
2 replies to this topic
#1
Posted 05 June 2009 - 11:17 AM
#2
Posted 10 June 2009 - 10:08 AM
Hi Jonathan,
This is a crash in one of the compiler tools (the line number refers to one of the tool's source files). If possible, could you send an Impulse C project file and source code that we can use to reproduce the error and fix the cause? We never share customer code outside Impulse without permission, and would be happy to sign an NDA to protect your IP.
Regards,
Ralph
This is a crash in one of the compiler tools (the line number refers to one of the tool's source files). If possible, could you send an Impulse C project file and source code that we can use to reproduce the error and fix the cause? We never share customer code outside Impulse without permission, and would be happy to sign an NDA to protect your IP.
Regards,
Ralph
Ralph Bodenner
Impulse Accelerated Technologies, Inc.
Impulse Accelerated Technologies, Inc.
#3
Posted 15 June 2009 - 01:38 PM
QUOTE (RalphBodenner @ Jun 10 2009, 02:08 PM) <{POST_SNAPBACK}>
Hi Jonathan,
This is a crash in one of the compiler tools (the line number refers to one of the tool's source files). If possible, could you send an Impulse C project file and source code that we can use to reproduce the error and fix the cause? We never share customer code outside Impulse without permission, and would be happy to sign an NDA to protect your IP.
Regards,
Ralph
This is a crash in one of the compiler tools (the line number refers to one of the tool's source files). If possible, could you send an Impulse C project file and source code that we can use to reproduce the error and fix the cause? We never share customer code outside Impulse without permission, and would be happy to sign an NDA to protect your IP.
Regards,
Ralph
I'm still waiting on permission to proceed with this. FYI though, I think it has something to do with my use of Macros... (I temporarily made it go away when I removed a macro, but now it's back...)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












