xmap error

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
ahenshaw
Experienced Member
Posts: 96
Joined: Mon Mar 22, 2010 8:55 pm

xmap error

Post by ahenshaw »

I'm trying to test the xsockets (0v7) code and I am running into to an error with xmap. The project manager (Benoit) has not seen this problem, but I can't seem to eliminate it. I'm using XDE 11.2.1 (Build 1944) on a Windowx XP box. Anybody else seen this?

Code: Select all

xmap: Error: Resource "otp_data" placed on "stdcore[2]" will not be initialised without a multicore main function.
xmap: Error: Resource "otp_addr" placed on "stdcore[2]" will not be initialised without a multicore main function.
xmap: Error: Resource "otp_ctrl" placed on "stdcore[2]" will not be initialised without a multicore main function.


User avatar
TSC
Experienced Member
Posts: 111
Joined: Sun Mar 06, 2011 11:39 pm

Post by TSC »

I remember seeing those errors.

I think it may have had something to do with my makefile settings. Are you using the makefile provided with the XSOCKETS test application?

Also make sure module_xmos_common is set up.

I replaced the two module_xmos_common.1v0 and 1v3 modules with the one from https://github.com/XMOSCookbook/module_xmos_common