vxworks 6.9 pcpentium pcpentium4 bootloader build error -


After

I am trying to make a bootloader / bootrom using the pcpentium / pcpentium4 with BSP VxWorks 6.9.

I have a boot loader in the workspace to build the pcpentium / pcpentium4 an uncompressed ELF using BSPs image with a GNU compiler which I can use to establish a common Intel processor-based PCs Started by creating the project.

When I try to make it, I am complaining to complain about the error VX_COPROCS_ALL_TASK below, although I do not know where it is defined. ?, from 193C: Does anyone else have this problem and how you solved it

The file contains from C: /WindRiver/vxworks-6.9/target/src/config/ usrWdb.c: /WindRiver/vxworks-6.9/target/src/config/usrExtra.c: 630, C: /WindRiver/vxworks-6.9/target/config/all/usrConfig.c: 612: C: / WindRiver / vxworks-6.9 /target/config/comps/src/usrWdbSys.c: 'wdbSp' function: C: /WindRiver/vxworks-6.9/target/config/comps/src/usrWdbSys.c: 116: error: ' VX_COPROCS_ALL_TASK 'undeclared (first use in this function)

WIND_BASE \ Target \ h \ arch \ ppc \ coprocPpc.h you want to have the following A:

  / * revision history -------------------- 01c, 15may12, jmp cqid: fix wIND00309977: added VX_COPROCS_ALL_TASK definition [...] # defined VX_COPROCS_ALL_TASK VX_FP_TASK | VX_ALTIVEC_TASK | VX_SPE_TASK  

Try updating the latest patches (6.9.4.2 I believe at the time of writing).


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

c# - NewtonSoft JArray - how to select multiple elements with LINQ -

javascript - amcharts makechart not working -