-
Notifications
You must be signed in to change notification settings - Fork 569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tools/bin/tmake -build cmod_top - can't build cmod_top #131
Comments
can you share your full log file |
I have the same error in building cmod_top. Followings are build logs. ========================================================================make: 디렉터리 '/media/swahn4u/Dev/TOOL/NVDLA/hw/spec/defs' 들어감
|
I have the same issue -- any idea ? |
i can now build the cmod_top after changed my VM to ubuntu16.04.4 (using its default cpp/gcc/g++) and manually installed java jdk1.8. |
I am running on 18.0.4 and it fails : was that the original ubuntu version you had when failing initially ? |
I also had the same issue as @darrenleong on Ubuntu 18.04 and g++/gcc/cpp 7.3.0, Jdk 1.8.0_181. This is a C++ dependent name issue. To disambiguate it, I made the following fix at cmod/hls/include/ac_fixed.h per C++11 and the build was successful.
|
every thing is ok for me, ubuntu 14.04, vmware
|
Hi, just to cross-reference: #191 (comment). Newer ac_types library seems to fix language issues in newer compilers. |
@mmaciag This was helpful. I updated the ac_types in /cmod/hls/include and the compilation went through |
@jhwangus Thanks a lot for your reply, saved me a lot of headache. |
@darrenleong is this issue resolved? can it be closed? |
Hi,
when i try to build cmod_top, i faced the following error:
../cmod/hls/include/ac_fixed.h:410:108: error invalid operands of types '' and 'int' to binary 'operator<'
someone encountered the same problem? i am using gcc version 7.2.0, or i must use 4.9.3 as NVDLA opensource suggested?
The text was updated successfully, but these errors were encountered: