- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My development platform is Windows. I do an offline compile and generate my kernel and executable.
I generated my kernel with this command: aoc -v device/kernel.cl -o bin/kernel.aocx --board sockit --profile After generating the kernel/kernel.aocx I copied it to the SD card where I have the linux image provided by the board manufacturer. and I executed the kernel. This generated the profile.mon file. I copied over the profile.mon back to my windows machine and tried executing this command: aocl report kernel.aocx profile.mon Result: Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at gui.NewJFrame.populateTable(NewJFrame.java:1400) at gui.NewJFrame.<init>(NewJFrame.java:351) at gui.NewJFrame$7.run(NewJFrame.java:1956) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$400(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) I was hoping to see the profiler gui. Did anyone face this issue? I am using version 15 of the AOCL SDK/Design Suite. Thanks, WajLink Copied
0 Replies
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page