Forum Discussion
Hello.
I don't know if I can continue the topic, if I'm wrong, please let me know.
I am experiencing the same error.
I tried to compile my kernel again, but it doesn't change.
To test, I tried to run the "hello_world" tutorial, exactly as described and I get the same message.
I ran the command "fpgainfo fme" and received:
Board Management Controller, microcontroller FW version 26895
Last Power Down Cause: POK_CORE
Last Reset Cause: External reset
Power-on-reset
// ****** FME ****** //
Object Id: 0xEF00000
PCIe s: b: d: f: 0000: 3B: 00: 0
Device Id: 0x09C4
Socket Id: 0x00
Ports Num: 01
Bitstream Id: 0x124000200000367
Bitstream Version: 1.2.4
Pr Interface Id: 38d782e3-b612-5343-b934-2433e348ac4c
Boot Page: user
In the link
says:
FW version 26895 belongs to Acceleration Stack Version 1.2.1
But I have selected Acceleration Stack Version 1.2.
Is there a problem with that?
Adding information ...
I spent the day trying to solve this, I really need to make it work.
When compiling the model (hello_world), I am receiving a message that I did not receive before.
...... / hello_world $ make
../common/src/AOCLUtils/opencl.cpp: In function ‘_cl_program * aocl_utils :: createProgramFromBinary (cl_context, const char *, _cl_device_id * const *, unsigned int)’:
../common/src/AOCLUtils/opencl.cpp:388:22: warning: ignoring attributes on template argument ‘cl_int {aka int}’ [-Wignored-attributes]
scoped_array <cl_int> binary_status (num_devices);
Does anyone know the reason for a lib (in devcloud) that previously worked to no longer work?
Has anyone seen a similar error?